﻿.tgBtn { height: 12px; border: 1px solid rgb(220, 223, 230); padding: 12px 20px; font-size: 14px; border-radius: 4px; text-align: center; line-height: 12px; }
.tgAlertDiv { z-index: 9999999; left: 50%; border-radius: 8px; font-size: 14px; text-align: center; padding: 12px 20px; }
.tgtool { user-select: none; }
.animated { animation-duration: 1s; animation-fill-mode: both; }
@keyframes bounceInDown { 
  60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, -300px, 0px); }
  50% { transform: translate3d(0px, -300px, 0px); }
  60% { opacity: 1; transform: translate3d(0px, 25px, 0px); }
  75% { transform: translate3d(0px, -10px, 0px); }
  90% { transform: translate3d(0px, 5px, 0px); }
  100% { transform: none; }
}
.bounceInDown { animation-name: bounceInDown; }
@keyframes remove { 
  0% { top: 0px; }
  100% { top: -2000px; }
}
.remove { animation: 4s ease 0s 1 normal forwards running remove; }
@keyframes removeTop { 
  0% { top: 0px; }
  100% { top: -50px; }
}
.removeTop { animation: 1s ease 0s 1 normal forwards running removeTop; }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0px; padding: 0px; box-sizing: border-box; }
html { font-family: "Microsoft YaHei", arial, sans-serif; overflow-x: hidden; }
ol, p, ul { margin: 0px; }
ul { list-style: none; }
a { color: inherit; text-decoration: none; }
a:visited { color: inherit; }
h3 { font-weight: 400; }
button { padding-left: 0px; padding-right: 0px; }
a, div, h1, h2, h3, h4, h5, h6, p, span { word-break: break-word; }
.clearfix::after, .search-article-list li::after, .tag-article-list li::after { content: ""; display: table; clear: both; }
.detail-files a, .search-article-list-title, .search-result-product-title, .tag-article-list-title, .tag-result-product-title, .tow { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
button:focus, input:focus, textarea:focus { outline: 0px; }
html[lang="ar"] .text-direction { direction: rtl; }
body { color: var(--color); font-size: var(--font-size); background-color: var(--background-color); background-image: var(--background-image); background-position-x: var(--background-position-x); background-position-y: var(--background-position-y); background-repeat: var(--background-repeat); background-attachment: var(--background-attachment); background-size: var(--background-size); overflow: hidden; }
body.no-scroll { overflow: hidden; height: 100vh; }
.row { display: flex; flex-wrap: wrap; }
.row-item { -webkit-box-flex: 0; flex: 0 0 auto; }
.search-article-list-summary, .search-article-list-title, .section-article-list .text-desc, .section-article-list .text-title, .section-article-row .text-desc, .section-article-row .text-title, .section-category .text-desc, .section-category .text-title, .section-gallery .text-desc, .section-gallery .text-title, .section-img-box .text-desc, .section-img-box .text-title, .section-product-list .text-desc, .section-product-list .text-title, .section-product-row .text-desc, .section-product-row .text-title, .section-related-article .text-desc, .section-related-article .text-title, .section-related-product .text-desc, .section-related-product .text-title, .tag-article-list-summary, .tag-article-list-title { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; }
.row-img-wrap { width: 100%; overflow: hidden; }
.row-img-wrap .row-img { width: 100%; overflow: hidden; padding-bottom: 75%; position: relative; }
.row-img-wrap .row-img img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
.row-item { overflow: hidden; }
.row-item .btn-wrap { display: inline-flex; }
.swiper-slide .btn-wrap { display: inline-flex; }
.btn-icon { --text-space:5px; }
.icon-align-left .btn-icon { margin-right: var(--text-space); }
.icon-align-right .btn-icon { margin-left: var(--text-space); }
@media (max-width: 1024px) {
  .icon-align-left .btn-icon { margin-right: var(--text-space); }
  .icon-align-right .btn-icon { margin-left: var(--text-space); }
}
@media (max-width: 768px) {
  .icon-align-left .btn-icon { margin-right: var(--text-space); }
  .icon-align-right .btn-icon { margin-left: var(--text-space); }
}
.icon-align-right .btn-icon { -webkit-box-ordinal-group: 5; order: 4; }
.icon-align-left .btn-icon { order: -1; }
@media (min-width: 1024px) {
  .temp-change [data-col="1"] { width: calc(100%) !important; }
  .temp-change [data-col="2"] { width: calc(50%) !important; }
  .temp-change [data-col="3"] { width: calc(33.3333%) !important; }
  .temp-change [data-col="4"] { width: calc(25%) !important; }
  .temp-change [data-col="5"] { width: calc(20%) !important; }
  .temp-change [data-col="6"] { width: calc(16.6667%) !important; }
  .temp-change [data-col="7"] { width: calc(14.2857%) !important; }
  .temp-change [data-col="8"] { width: calc(12.5%) !important; }
  .temp-change [data-col="9"] { width: calc(11.1111%) !important; }
  .temp-change [data-col="10"] { width: calc(10%) !important; }
  .temp-change [data-col="11"] { width: calc(9.09091%) !important; }
  .temp-change [data-col="12"] { width: calc(8.33333%) !important; }
  .temp-change [data-col="13"] { width: calc(7.69231%) !important; }
  [data-col="1"] { width: calc(100%); }
  [data-col="2"] { width: calc(50%); }
  [data-col="3"] { width: calc(33.3333%); }
  [data-col="4"] { width: calc(25%); }
  [data-col="5"] { width: calc(20%); }
  [data-col="6"] { width: calc(16.6667%); }
  [data-col="7"] { width: calc(14.2857%); }
  [data-col="8"] { width: calc(12.5%); }
  [data-col="9"] { width: calc(11.1111%); }
  [data-col="10"] { width: calc(10%); }
  [data-col="11"] { width: calc(9.09091%); }
  [data-col="12"] { width: calc(8.33333%); }
  [data-col="13"] { width: calc(7.69231%); }
}
.no-support-page { border: 1px dashed rgb(255, 14, 31); line-height: 38px; text-align: center; background: rgb(249, 249, 249); font-size: 16px; color: rgb(255, 14, 31); }
.no-default { line-height: 38px; text-align: center; background: rgb(249, 249, 249); }
.no-default i { font-size: 20px; color: rgb(208, 213, 222); }
.text-align-left { text-align: left; }
.text-align-center { text-align: center; }
.text-align-right { text-align: right; }
.align-items-stretch { -webkit-box-align: stretch; align-items: stretch; }
.align-items-flex-start { align-items: flex-start; }
.align-items-center { -webkit-box-align: center; align-items: center; }
.align-items-flex-end { align-items: flex-end; }
.img-pos-bottom, .img-pos-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
.img-pos-bottom .article-text, .img-pos-bottom .category-text, .img-pos-bottom .gallery-text, .img-pos-bottom .img-box-text, .img-pos-bottom .product-text, .img-pos-top .article-text, .img-pos-top .category-text, .img-pos-top .gallery-text, .img-pos-top .img-box-text, .img-pos-top .product-text { width: 100%; }
.img-pos-bottom .img-wrap, .img-pos-bottom .row-img-wrap, .img-pos-right .img-wrap, .img-pos-right .row-img-wrap { -webkit-box-ordinal-group: 11; order: 10; }
.img-pos-bottom .article-text, .img-pos-bottom .category-text, .img-pos-bottom .gallery-text, .img-pos-bottom .img-box-text, .img-pos-right .article-text, .img-pos-right .category-text, .img-pos-right .gallery-text, .img-pos-right .img-box-text { -webkit-box-ordinal-group: 2; order: 1; }
.img-pos-cover { display: block; position: relative; }
.img-pos-cover .category-text, .img-pos-cover .gallery-text { position: absolute; z-index: 99; bottom: 0px; right: 0px; left: 0px; top: 0px; }
.img-pos-cover.cover-all .category-text, .img-pos-cover.cover-all .gallery-text { display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
.img-pos-cover.cover-all .category-text div, .img-pos-cover.cover-all .gallery-text div { -webkit-box-flex: 0; flex: 0 0 auto; }
.img-pos-cover.cover-bottom .category-text, .img-pos-cover.cover-bottom .gallery-text { display: flex; -webkit-box-pack: end; justify-content: flex-end; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
.img-pos-cover.cover-bottom .category-text div, .img-pos-cover.cover-bottom .gallery-text div { -webkit-box-flex: 0; flex: 0 0 auto; }
.img-pos-cover.hover-cover { overflow: hidden; }
.img-pos-cover.hover-cover .category-text, .img-pos-cover.hover-cover .gallery-text { opacity: 0; transition: all 0.5s ease 0s; }
.img-pos-cover.hover-cover:hover .category-text, .img-pos-cover.hover-cover:hover .gallery-text { opacity: 1; display: flex; }
.img-pos-left, .img-pos-right { -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }
.img-pos-left .img-wrap, .img-pos-left .row-img-wrap, .img-pos-right .img-wrap, .img-pos-right .row-img-wrap { width: 50%; }
.img-pos-left .article-text, .img-pos-left .category-text, .img-pos-left .gallery-text, .img-pos-left .img-box-text, .img-pos-right .article-text, .img-pos-right .category-text, .img-pos-right .gallery-text, .img-pos-right .img-box-text { -webkit-box-flex: 1; flex: 1 1 0%; min-width: 1px; }
.img-pos-none { width: 100%; }
.img-pos-none .article-text, .img-pos-none .category-text { width: 100%; }
@media (max-width: 99999px) and (min-width: 1025px) {
  .row-1 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (1 - 1) * var(--margin-right))/ 1); margin-right: var(--margin-right); }
  .row-1 .row-item:nth-of-type(n) { margin-right: 0px !important; }
  .row-1 .row-item:not(:nth-of-type(-n+1)) { margin-top: var(--margin-top); }
  .row-1 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-1 .count-line:nth-of-type(n) { border-right: 0px !important; }
  .row-2 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (2 - 1) * var(--margin-right))/ 2); margin-right: var(--margin-right); }
  .row-2 .row-item:nth-of-type(2n) { margin-right: 0px !important; }
  .row-2 .row-item:not(:nth-of-type(-n+2)) { margin-top: var(--margin-top); }
  .row-2 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-2 .count-line:nth-of-type(2n) { border-right: 0px !important; }
  .row-3 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (3 - 1) * var(--margin-right))/ 3); margin-right: var(--margin-right); }
  .row-3 .row-item:nth-of-type(3n) { margin-right: 0px !important; }
  .row-3 .row-item:not(:nth-of-type(-n+3)) { margin-top: var(--margin-top); }
  .row-3 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-3 .count-line:nth-of-type(3n) { border-right: 0px !important; }
  .row-4 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (4 - 1) * var(--margin-right))/ 4); margin-right: var(--margin-right); }
  .row-4 .row-item:nth-of-type(4n) { margin-right: 0px !important; }
  .row-4 .row-item:not(:nth-of-type(-n+4)) { margin-top: var(--margin-top); }
  .row-4 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-4 .count-line:nth-of-type(4n) { border-right: 0px !important; }
  .row-5 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (5 - 1) * var(--margin-right))/ 5); margin-right: var(--margin-right); }
  .row-5 .row-item:nth-of-type(5n) { margin-right: 0px !important; }
  .row-5 .row-item:not(:nth-of-type(-n+5)) { margin-top: var(--margin-top); }
  .row-5 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-5 .count-line:nth-of-type(5n) { border-right: 0px !important; }
  .row-6 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (6 - 1) * var(--margin-right))/ 6); margin-right: var(--margin-right); }
  .row-6 .row-item:nth-of-type(6n) { margin-right: 0px !important; }
  .row-6 .row-item:not(:nth-of-type(-n+6)) { margin-top: var(--margin-top); }
  .row-6 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-6 .count-line:nth-of-type(6n) { border-right: 0px !important; }
  .row-7 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (7 - 1) * var(--margin-right))/ 7); margin-right: var(--margin-right); }
  .row-7 .row-item:nth-of-type(7n) { margin-right: 0px !important; }
  .row-7 .row-item:not(:nth-of-type(-n+7)) { margin-top: var(--margin-top); }
  .row-7 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-7 .count-line:nth-of-type(7n) { border-right: 0px !important; }
  .row-8 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (8 - 1) * var(--margin-right))/ 8); margin-right: var(--margin-right); }
  .row-8 .row-item:nth-of-type(8n) { margin-right: 0px !important; }
  .row-8 .row-item:not(:nth-of-type(-n+8)) { margin-top: var(--margin-top); }
  .row-8 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-8 .count-line:nth-of-type(8n) { border-right: 0px !important; }
  .row-9 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (9 - 1) * var(--margin-right))/ 9); margin-right: var(--margin-right); }
  .row-9 .row-item:nth-of-type(9n) { margin-right: 0px !important; }
  .row-9 .row-item:not(:nth-of-type(-n+9)) { margin-top: var(--margin-top); }
  .row-9 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-9 .count-line:nth-of-type(9n) { border-right: 0px !important; }
  .row-10 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (10 - 1) * var(--margin-right))/ 10); margin-right: var(--margin-right); }
  .row-10 .row-item:nth-of-type(10n) { margin-right: 0px !important; }
  .row-10 .row-item:not(:nth-of-type(-n+10)) { margin-top: var(--margin-top); }
  .row-10 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-10 .count-line:nth-of-type(10n) { border-right: 0px !important; }
  .row-11 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (11 - 1) * var(--margin-right))/ 11); margin-right: var(--margin-right); }
  .row-11 .row-item:nth-of-type(11n) { margin-right: 0px !important; }
  .row-11 .row-item:not(:nth-of-type(-n+11)) { margin-top: var(--margin-top); }
  .row-11 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-11 .count-line:nth-of-type(11n) { border-right: 0px !important; }
  .row-12 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (12 - 1) * var(--margin-right))/ 12); margin-right: var(--margin-right); }
  .row-12 .row-item:nth-of-type(12n) { margin-right: 0px !important; }
  .row-12 .row-item:not(:nth-of-type(-n+12)) { margin-top: var(--margin-top); }
  .row-12 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-12 .count-line:nth-of-type(12n) { border-right: 0px !important; }
  .row-13 .row-item { --margin-right:20px; --margin-top:20px; width: calc((100% - (13 - 1) * var(--margin-right))/ 13); margin-right: var(--margin-right); }
  .row-13 .row-item:nth-of-type(13n) { margin-right: 0px !important; }
  .row-13 .row-item:not(:nth-of-type(-n+13)) { margin-top: var(--margin-top); }
  .row-13 .count-line { border-right: 1px solid rgb(221, 221, 221); }
  .row-13 .count-line:nth-of-type(13n) { border-right: 0px !important; }
  .width-20 { width: 20%; }
  .width-25 { width: 25%; }
  .width-33 { width: 33.3333%; }
  .width-40 { width: 40%; }
  .width-50 { width: 50%; }
  .width-60 { width: 60%; }
  .width-66 { width: 66%; }
  .width-75 { width: 75%; }
  .width-80 { width: 80%; }
  .width-100 { width: 100%; }
  .align-self-stretch { align-self: stretch; }
  .align-self-flex-start { align-self: flex-start; }
  .align-self-center { align-self: center; }
  .align-self-flex-end { align-self: flex-end; }
  .justify-content-stretch { justify-content: stretch; }
  .justify-content-flex-start { justify-content: flex-start; }
  .justify-content-center { -webkit-box-pack: center; justify-content: center; }
  .justify-content-flex-end { justify-content: flex-end; }
  .section-hidden-desktop:not(.section-hover-hidden) { height: 0px; overflow: hidden; padding: 0px !important; margin: 0px !important; }
  .section-hidden-desktop.section-column:not(.section-hover-hidden) { display: none; }
  .img-pos-desktop-bottom, .img-pos-desktop-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  .img-pos-desktop-bottom .article-text, .img-pos-desktop-bottom .category-text, .img-pos-desktop-bottom .gallery-text, .img-pos-desktop-bottom .img-box-text, .img-pos-desktop-bottom .product-text, .img-pos-desktop-top .article-text, .img-pos-desktop-top .category-text, .img-pos-desktop-top .gallery-text, .img-pos-desktop-top .img-box-text, .img-pos-desktop-top .product-text { width: 100%; }
  .img-pos-desktop-bottom .img-wrap, .img-pos-desktop-bottom .row-img-wrap, .img-pos-desktop-right .img-wrap, .img-pos-desktop-right .row-img-wrap { -webkit-box-ordinal-group: 11; order: 10; }
  .img-pos-desktop-bottom .article-text, .img-pos-desktop-bottom .category-text, .img-pos-desktop-bottom .gallery-text, .img-pos-desktop-bottom .img-box-text, .img-pos-desktop-right .article-text, .img-pos-desktop-right .category-text, .img-pos-desktop-right .gallery-text, .img-pos-desktop-right .img-box-text { -webkit-box-ordinal-group: 2; order: 1; }
  .img-pos-desktop-cover { display: block; position: relative; }
  .img-pos-desktop-cover .category-text, .img-pos-desktop-cover .gallery-text { position: absolute; z-index: 99; bottom: 0px; right: 0px; left: 0px; top: 0px; }
  .img-pos-desktop-cover.cover-all .category-text, .img-pos-desktop-cover.cover-all .gallery-text { display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  .img-pos-desktop-cover.cover-all .category-text div, .img-pos-desktop-cover.cover-all .gallery-text div { -webkit-box-flex: 0; flex: 0 0 auto; }
  .img-pos-desktop-cover.cover-bottom .category-text, .img-pos-desktop-cover.cover-bottom .gallery-text { display: flex; -webkit-box-pack: end; justify-content: flex-end; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  .img-pos-desktop-cover.cover-bottom .category-text div, .img-pos-desktop-cover.cover-bottom .gallery-text div { -webkit-box-flex: 0; flex: 0 0 auto; }
  .img-pos-desktop-cover.hover-cover { overflow: hidden; }
  .img-pos-desktop-cover.hover-cover .category-text, .img-pos-desktop-cover.hover-cover .gallery-text { opacity: 0; transition: all 0.5s ease 0s; }
  .img-pos-desktop-cover.hover-cover:hover .category-text, .img-pos-desktop-cover.hover-cover:hover .gallery-text { opacity: 1; display: flex; }
  .img-pos-desktop-left, .img-pos-desktop-right { -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }
  .img-pos-desktop-left .img-wrap, .img-pos-desktop-left .row-img-wrap, .img-pos-desktop-right .img-wrap, .img-pos-desktop-right .row-img-wrap { width: 50%; }
  .img-pos-desktop-left .article-text, .img-pos-desktop-left .category-text, .img-pos-desktop-left .gallery-text, .img-pos-desktop-left .img-box-text, .img-pos-desktop-right .article-text, .img-pos-desktop-right .category-text, .img-pos-desktop-right .gallery-text, .img-pos-desktop-right .img-box-text { -webkit-box-flex: 1; flex: 1 1 0%; min-width: 1px; }
  .img-pos-desktop-none { width: 100%; }
  .img-pos-desktop-none .article-text, .img-pos-desktop-none .category-text { width: 100%; }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .row-ipad-1 .row-item { width: calc((100% / 1) - ((var(--margin-right) * (1 - 1))/ 1)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-1 .row-item:nth-of-type(n) { margin-right: 0px !important; }
  .row-ipad-1 .row-item:not(:nth-of-type(-n+1)) { margin-top: var(--margin-top); }
  .row-ipad-1 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-1 .count-line-ipad:nth-of-type(n) { border-right: 0px !important; }
  .row-ipad-2 .row-item { width: calc((100% / 2) - ((var(--margin-right) * (2 - 1))/ 2)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-2 .row-item:nth-of-type(2n) { margin-right: 0px !important; }
  .row-ipad-2 .row-item:not(:nth-of-type(-n+2)) { margin-top: var(--margin-top); }
  .row-ipad-2 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-2 .count-line-ipad:nth-of-type(2n) { border-right: 0px !important; }
  .row-ipad-3 .row-item { width: calc((100% / 3) - ((var(--margin-right) * (3 - 1))/ 3)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-3 .row-item:nth-of-type(3n) { margin-right: 0px !important; }
  .row-ipad-3 .row-item:not(:nth-of-type(-n+3)) { margin-top: var(--margin-top); }
  .row-ipad-3 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-3 .count-line-ipad:nth-of-type(3n) { border-right: 0px !important; }
  .row-ipad-4 .row-item { width: calc((100% / 4) - ((var(--margin-right) * (4 - 1))/ 4)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-4 .row-item:nth-of-type(4n) { margin-right: 0px !important; }
  .row-ipad-4 .row-item:not(:nth-of-type(-n+4)) { margin-top: var(--margin-top); }
  .row-ipad-4 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-4 .count-line-ipad:nth-of-type(4n) { border-right: 0px !important; }
  .row-ipad-5 .row-item { width: calc((100% / 5) - ((var(--margin-right) * (5 - 1))/ 5)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-5 .row-item:nth-of-type(5n) { margin-right: 0px !important; }
  .row-ipad-5 .row-item:not(:nth-of-type(-n+5)) { margin-top: var(--margin-top); }
  .row-ipad-5 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-5 .count-line-ipad:nth-of-type(5n) { border-right: 0px !important; }
  .row-ipad-6 .row-item { width: calc((100% / 6) - ((var(--margin-right) * (6 - 1))/ 6)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-6 .row-item:nth-of-type(6n) { margin-right: 0px !important; }
  .row-ipad-6 .row-item:not(:nth-of-type(-n+6)) { margin-top: var(--margin-top); }
  .row-ipad-6 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-6 .count-line-ipad:nth-of-type(6n) { border-right: 0px !important; }
  .row-ipad-7 .row-item { width: calc((100% / 7) - ((var(--margin-right) * (7 - 1))/ 7)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-7 .row-item:nth-of-type(7n) { margin-right: 0px !important; }
  .row-ipad-7 .row-item:not(:nth-of-type(-n+7)) { margin-top: var(--margin-top); }
  .row-ipad-7 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-7 .count-line-ipad:nth-of-type(7n) { border-right: 0px !important; }
  .row-ipad-8 .row-item { width: calc((100% / 8) - ((var(--margin-right) * (8 - 1))/ 8)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-8 .row-item:nth-of-type(8n) { margin-right: 0px !important; }
  .row-ipad-8 .row-item:not(:nth-of-type(-n+8)) { margin-top: var(--margin-top); }
  .row-ipad-8 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-8 .count-line-ipad:nth-of-type(8n) { border-right: 0px !important; }
  .row-ipad-9 .row-item { width: calc((100% / 9) - ((var(--margin-right) * (9 - 1))/ 9)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-9 .row-item:nth-of-type(9n) { margin-right: 0px !important; }
  .row-ipad-9 .row-item:not(:nth-of-type(-n+9)) { margin-top: var(--margin-top); }
  .row-ipad-9 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-9 .count-line-ipad:nth-of-type(9n) { border-right: 0px !important; }
  .row-ipad-10 .row-item { width: calc((100% / 10) - ((var(--margin-right) * (10 - 1))/ 10)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-10 .row-item:nth-of-type(10n) { margin-right: 0px !important; }
  .row-ipad-10 .row-item:not(:nth-of-type(-n+10)) { margin-top: var(--margin-top); }
  .row-ipad-10 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-10 .count-line-ipad:nth-of-type(10n) { border-right: 0px !important; }
  .row-ipad-11 .row-item { width: calc((100% / 11) - ((var(--margin-right) * (11 - 1))/ 11)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-11 .row-item:nth-of-type(11n) { margin-right: 0px !important; }
  .row-ipad-11 .row-item:not(:nth-of-type(-n+11)) { margin-top: var(--margin-top); }
  .row-ipad-11 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-11 .count-line-ipad:nth-of-type(11n) { border-right: 0px !important; }
  .row-ipad-12 .row-item { width: calc((100% / 12) - ((var(--margin-right) * (12 - 1))/ 12)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-12 .row-item:nth-of-type(12n) { margin-right: 0px !important; }
  .row-ipad-12 .row-item:not(:nth-of-type(-n+12)) { margin-top: var(--margin-top); }
  .row-ipad-12 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-12 .count-line-ipad:nth-of-type(12n) { border-right: 0px !important; }
  .row-ipad-13 .row-item { width: calc((100% / 13) - ((var(--margin-right) * (13 - 1))/ 13)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-ipad-13 .row-item:nth-of-type(13n) { margin-right: 0px !important; }
  .row-ipad-13 .row-item:not(:nth-of-type(-n+13)) { margin-top: var(--margin-top); }
  .row-ipad-13 .count-line-ipad { border-right: 1px solid rgb(221, 221, 221); }
  .row-ipad-13 .count-line-ipad:nth-of-type(13n) { border-right: 0px !important; }
  .width-ipad-20 { width: 20%; }
  .width-ipad-25 { width: 25%; }
  .width-ipad-33 { width: 33%; }
  .width-ipad-40 { width: 40%; }
  .width-ipad-50 { width: 50%; }
  .width-ipad-60 { width: 60%; }
  .width-ipad-66 { width: 66%; }
  .width-ipad-75 { width: 75%; }
  .width-ipad-80 { width: 80%; }
  .width-ipad-100 { width: 100%; }
  .text-align-ipad-left { text-align: left; }
  .text-align-ipad-center { text-align: center; }
  .text-align-ipad-right { text-align: right; }
  .align-self-ipad-stretch { align-self: stretch; }
  .align-self-ipad-flex-start { align-self: flex-start; }
  .align-self-ipad-center { align-self: center; }
  .align-self-ipad-flex-end { align-self: flex-end; }
  .justify-content-ipad-stretch { justify-content: stretch; }
  .justify-content-ipad-flex-start { justify-content: flex-start; }
  .justify-content-ipad-center { -webkit-box-pack: center; justify-content: center; }
  .justify-content-ipad-flex-end { justify-content: flex-end; }
  .section-hidden-ipad:not(.section-hover-hidden) { height: 0px; overflow: hidden; padding: 0px !important; margin: 0px !important; }
  .section-hidden-ipad.section-column:not(.section-hover-hidden) { display: none; }
  .img-pos-ipad-bottom, .img-pos-ipad-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  .img-pos-ipad-bottom .article-text, .img-pos-ipad-bottom .category-text, .img-pos-ipad-bottom .gallery-text, .img-pos-ipad-bottom .img-box-text, .img-pos-ipad-bottom .product-text, .img-pos-ipad-top .article-text, .img-pos-ipad-top .category-text, .img-pos-ipad-top .gallery-text, .img-pos-ipad-top .img-box-text, .img-pos-ipad-top .product-text { width: 100%; }
  .img-pos-ipad-bottom .img-wrap, .img-pos-ipad-bottom .row-img-wrap, .img-pos-ipad-right .img-wrap, .img-pos-ipad-right .row-img-wrap { -webkit-box-ordinal-group: 11; order: 10; }
  .img-pos-ipad-bottom .article-text, .img-pos-ipad-bottom .category-text, .img-pos-ipad-bottom .gallery-text, .img-pos-ipad-bottom .img-box-text, .img-pos-ipad-right .article-text, .img-pos-ipad-right .category-text, .img-pos-ipad-right .gallery-text, .img-pos-ipad-right .img-box-text { -webkit-box-ordinal-group: 2; order: 1; }
  .img-pos-ipad-cover { display: block; position: relative; }
  .img-pos-ipad-cover .category-text, .img-pos-ipad-cover .gallery-text { position: absolute; z-index: 99; bottom: 0px; right: 0px; left: 0px; top: 0px; }
  .img-pos-ipad-cover.cover-all .category-text, .img-pos-ipad-cover.cover-all .gallery-text { display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  .img-pos-ipad-cover.cover-all .category-text div, .img-pos-ipad-cover.cover-all .gallery-text div { -webkit-box-flex: 0; flex: 0 0 auto; }
  .img-pos-ipad-cover.cover-bottom .category-text, .img-pos-ipad-cover.cover-bottom .gallery-text { display: flex; -webkit-box-pack: end; justify-content: flex-end; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  .img-pos-ipad-cover.cover-bottom .category-text div, .img-pos-ipad-cover.cover-bottom .gallery-text div { -webkit-box-flex: 0; flex: 0 0 auto; }
  .img-pos-ipad-cover.hover-cover { overflow: hidden; }
  .img-pos-ipad-cover.hover-cover .category-text, .img-pos-ipad-cover.hover-cover .gallery-text { opacity: 0; transition: all 0.5s ease 0s; }
  .img-pos-ipad-cover.hover-cover:hover .category-text, .img-pos-ipad-cover.hover-cover:hover .gallery-text { opacity: 1; display: flex; }
  .img-pos-ipad-left, .img-pos-ipad-right { -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }
  .img-pos-ipad-left .img-wrap, .img-pos-ipad-left .row-img-wrap, .img-pos-ipad-right .img-wrap, .img-pos-ipad-right .row-img-wrap { width: 50%; }
  .img-pos-ipad-left .article-text, .img-pos-ipad-left .category-text, .img-pos-ipad-left .gallery-text, .img-pos-ipad-left .img-box-text, .img-pos-ipad-right .article-text, .img-pos-ipad-right .category-text, .img-pos-ipad-right .gallery-text, .img-pos-ipad-right .img-box-text { -webkit-box-flex: 1; flex: 1 1 0%; min-width: 1px; }
  .img-pos-ipad-none { width: 100%; }
  .img-pos-ipad-none .article-text, .img-pos-ipad-none .category-text { width: 100%; }
}
@media (max-width: 767px) {
  .row-mobile-1 .row-item { width: calc((100% / 1) - ((var(--margin-right) * (1 - 1))/ 1)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-1 .row-item:nth-of-type(n) { margin-right: 0px !important; }
  .row-mobile-1 .row-item:not(:nth-of-type(-n+1)) { margin-top: var(--margin-top); }
  .row-mobile-1 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-1 .count-line-mobile:nth-of-type(n) { border-right: 0px !important; }
  .row-mobile-2 .row-item { width: calc((100% / 2) - ((var(--margin-right) * (2 - 1))/ 2)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-2 .row-item:nth-of-type(2n) { margin-right: 0px !important; }
  .row-mobile-2 .row-item:not(:nth-of-type(-n+2)) { margin-top: var(--margin-top); }
  .row-mobile-2 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-2 .count-line-mobile:nth-of-type(2n) { border-right: 0px !important; }
  .row-mobile-3 .row-item { width: calc((100% / 3) - ((var(--margin-right) * (3 - 1))/ 3)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-3 .row-item:nth-of-type(3n) { margin-right: 0px !important; }
  .row-mobile-3 .row-item:not(:nth-of-type(-n+3)) { margin-top: var(--margin-top); }
  .row-mobile-3 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-3 .count-line-mobile:nth-of-type(3n) { border-right: 0px !important; }
  .row-mobile-4 .row-item { width: calc((100% / 4) - ((var(--margin-right) * (4 - 1))/ 4)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-4 .row-item:nth-of-type(4n) { margin-right: 0px !important; }
  .row-mobile-4 .row-item:not(:nth-of-type(-n+4)) { margin-top: var(--margin-top); }
  .row-mobile-4 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-4 .count-line-mobile:nth-of-type(4n) { border-right: 0px !important; }
  .row-mobile-5 .row-item { width: calc((100% / 5) - ((var(--margin-right) * (5 - 1))/ 5)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-5 .row-item:nth-of-type(5n) { margin-right: 0px !important; }
  .row-mobile-5 .row-item:not(:nth-of-type(-n+5)) { margin-top: var(--margin-top); }
  .row-mobile-5 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-5 .count-line-mobile:nth-of-type(5n) { border-right: 0px !important; }
  .row-mobile-6 .row-item { width: calc((100% / 6) - ((var(--margin-right) * (6 - 1))/ 6)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-6 .row-item:nth-of-type(6n) { margin-right: 0px !important; }
  .row-mobile-6 .row-item:not(:nth-of-type(-n+6)) { margin-top: var(--margin-top); }
  .row-mobile-6 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-6 .count-line-mobile:nth-of-type(6n) { border-right: 0px !important; }
  .row-mobile-7 .row-item { width: calc((100% / 7) - ((var(--margin-right) * (7 - 1))/ 7)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-7 .row-item:nth-of-type(7n) { margin-right: 0px !important; }
  .row-mobile-7 .row-item:not(:nth-of-type(-n+7)) { margin-top: var(--margin-top); }
  .row-mobile-7 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-7 .count-line-mobile:nth-of-type(7n) { border-right: 0px !important; }
  .row-mobile-8 .row-item { width: calc((100% / 8) - ((var(--margin-right) * (8 - 1))/ 8)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-8 .row-item:nth-of-type(8n) { margin-right: 0px !important; }
  .row-mobile-8 .row-item:not(:nth-of-type(-n+8)) { margin-top: var(--margin-top); }
  .row-mobile-8 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-8 .count-line-mobile:nth-of-type(8n) { border-right: 0px !important; }
  .row-mobile-9 .row-item { width: calc((100% / 9) - ((var(--margin-right) * (9 - 1))/ 9)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-9 .row-item:nth-of-type(9n) { margin-right: 0px !important; }
  .row-mobile-9 .row-item:not(:nth-of-type(-n+9)) { margin-top: var(--margin-top); }
  .row-mobile-9 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-9 .count-line-mobile:nth-of-type(9n) { border-right: 0px !important; }
  .row-mobile-10 .row-item { width: calc((100% / 10) - ((var(--margin-right) * (10 - 1))/ 10)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-10 .row-item:nth-of-type(10n) { margin-right: 0px !important; }
  .row-mobile-10 .row-item:not(:nth-of-type(-n+10)) { margin-top: var(--margin-top); }
  .row-mobile-10 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-10 .count-line-mobile:nth-of-type(10n) { border-right: 0px !important; }
  .row-mobile-11 .row-item { width: calc((100% / 11) - ((var(--margin-right) * (11 - 1))/ 11)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-11 .row-item:nth-of-type(11n) { margin-right: 0px !important; }
  .row-mobile-11 .row-item:not(:nth-of-type(-n+11)) { margin-top: var(--margin-top); }
  .row-mobile-11 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-11 .count-line-mobile:nth-of-type(11n) { border-right: 0px !important; }
  .row-mobile-12 .row-item { width: calc((100% / 12) - ((var(--margin-right) * (12 - 1))/ 12)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-12 .row-item:nth-of-type(12n) { margin-right: 0px !important; }
  .row-mobile-12 .row-item:not(:nth-of-type(-n+12)) { margin-top: var(--margin-top); }
  .row-mobile-12 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-12 .count-line-mobile:nth-of-type(12n) { border-right: 0px !important; }
  .row-mobile-13 .row-item { width: calc((100% / 13) - ((var(--margin-right) * (13 - 1))/ 13)); margin-right: var(--margin-right); --margin-right:20px; --margin-top:20px; }
  .row-mobile-13 .row-item:nth-of-type(13n) { margin-right: 0px !important; }
  .row-mobile-13 .row-item:not(:nth-of-type(-n+13)) { margin-top: var(--margin-top); }
  .row-mobile-13 .count-line-mobile { border-right: 1px solid rgb(221, 221, 221); }
  .row-mobile-13 .count-line-mobile:nth-of-type(13n) { border-right: 0px !important; }
  .width-mobile-20 { width: 20%; }
  .width-mobile-25 { width: 25%; }
  .width-mobile-33 { width: 33%; }
  .width-mobile-40 { width: 40%; }
  .width-mobile-50 { width: 50%; }
  .width-mobile-60 { width: 60%; }
  .width-mobile-66 { width: 66%; }
  .width-mobile-75 { width: 75%; }
  .width-mobile-80 { width: 80%; }
  .width-mobile-100 { width: 100%; }
  .text-align-mobile-left { text-align: left; }
  .text-align-mobile-center { text-align: center; }
  .text-align-mobile-right { text-align: right; }
  .align-self-mobile-stretch { align-self: stretch; }
  .align-self-mobile-flex-start { align-self: flex-start; }
  .align-self-mobile-center { align-self: center; }
  .align-self-mobile-flex-end { align-self: flex-end; }
  .justify-content-mobile-stretch { justify-content: stretch; }
  .justify-content-mobile-flex-start { justify-content: flex-start; }
  .justify-content-mobile-center { -webkit-box-pack: center; justify-content: center; }
  .justify-content-mobile-flex-end { justify-content: flex-end; }
  .section-hidden-mobile:not(.section-hover-hidden) { height: 0px; overflow: hidden; padding: 0px !important; margin: 0px !important; }
  .section-hidden-mobile.section-column:not(.section-hover-hidden) { display: none; }
  .img-pos-mobile-bottom, .img-pos-mobile-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  .img-pos-mobile-bottom .article-text, .img-pos-mobile-bottom .category-text, .img-pos-mobile-bottom .gallery-text, .img-pos-mobile-bottom .img-box-text, .img-pos-mobile-bottom .product-text, .img-pos-mobile-top .article-text, .img-pos-mobile-top .category-text, .img-pos-mobile-top .gallery-text, .img-pos-mobile-top .img-box-text, .img-pos-mobile-top .product-text { width: 100%; }
  .img-pos-mobile-bottom .img-wrap, .img-pos-mobile-bottom .row-img-wrap, .img-pos-mobile-right .img-wrap, .img-pos-mobile-right .row-img-wrap { -webkit-box-ordinal-group: 11; order: 10; }
  .img-pos-mobile-bottom .article-text, .img-pos-mobile-bottom .category-text, .img-pos-mobile-bottom .gallery-text, .img-pos-mobile-bottom .img-box-text, .img-pos-mobile-right .article-text, .img-pos-mobile-right .category-text, .img-pos-mobile-right .gallery-text, .img-pos-mobile-right .img-box-text { -webkit-box-ordinal-group: 2; order: 1; }
  .img-pos-mobile-cover { display: block; position: relative; }
  .img-pos-mobile-cover .category-text, .img-pos-mobile-cover .gallery-text { position: absolute; z-index: 99; bottom: 0px; right: 0px; left: 0px; top: 0px; }
  .img-pos-mobile-cover.cover-all .category-text, .img-pos-mobile-cover.cover-all .gallery-text { display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  .img-pos-mobile-cover.cover-all .category-text div, .img-pos-mobile-cover.cover-all .gallery-text div { -webkit-box-flex: 0; flex: 0 0 auto; }
  .img-pos-mobile-cover.cover-bottom .category-text, .img-pos-mobile-cover.cover-bottom .gallery-text { display: flex; -webkit-box-pack: end; justify-content: flex-end; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  .img-pos-mobile-cover.cover-bottom .category-text div, .img-pos-mobile-cover.cover-bottom .gallery-text div { -webkit-box-flex: 0; flex: 0 0 auto; }
  .img-pos-mobile-cover.hover-cover { overflow: hidden; }
  .img-pos-mobile-cover.hover-cover .category-text, .img-pos-mobile-cover.hover-cover .gallery-text { opacity: 0; transition: all 0.5s ease 0s; }
  .img-pos-mobile-cover.hover-cover:hover .category-text, .img-pos-mobile-cover.hover-cover:hover .gallery-text { opacity: 1; display: flex; }
  .img-pos-mobile-left, .img-pos-mobile-right { -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }
  .img-pos-mobile-left .img-wrap, .img-pos-mobile-left .row-img-wrap, .img-pos-mobile-right .img-wrap, .img-pos-mobile-right .row-img-wrap { width: 50%; }
  .img-pos-mobile-left .article-text, .img-pos-mobile-left .category-text, .img-pos-mobile-left .gallery-text, .img-pos-mobile-left .img-box-text, .img-pos-mobile-right .article-text, .img-pos-mobile-right .category-text, .img-pos-mobile-right .gallery-text, .img-pos-mobile-right .img-box-text { -webkit-box-flex: 1; flex: 1 1 0%; min-width: 1px; }
  .img-pos-mobile-none { width: 100%; }
  .img-pos-mobile-none .article-text, .img-pos-mobile-none .category-text { width: 100%; }
  .mobile-display-full { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  .mobile-display-full .row-img-wrap { -webkit-box-ordinal-group: 2; order: 1; }
  .mobile-display-full .article-text, .mobile-display-full .product-text { -webkit-box-ordinal-group: 3; order: 2; }
}
.no-data { text-align: center; color: rgb(208, 213, 222); background: rgb(249, 249, 249); font-size: 16px; line-height: 40px; }
.no-data i { font-size: 24px; }
.no-admin-data { width: 100%; font-size: 22px; padding: 140px 0px; color: rgb(136, 136, 136); text-align: center; }
.section-page-show img, .section-page-show p img { width: auto !important; height: auto !important; max-width: 100% !important; }
#drop-box { height: 220px; border: 1px solid rgb(204, 204, 204); background: rgb(239, 239, 239); }
.swiper-button-prev::after { display: none; }
.swiper-button-next::after { display: none; }
.float-fix, .is-fix, .is-float { width: 100%; }
.swiper-button-next, .swiper-button-prev { transform: translateY(-50%); margin-top: 0px !important; }
[data-aos="none"] { transition-property: opacity, transform, -webkit-transform; }
@media (max-width: 768px) {
  .body-padding { padding-bottom: 50px; }
}
.section-btn .icon-align-right .btn-icon { -webkit-box-ordinal-group: 5; order: 4; }
.section-btn .icon-align-left .btn-icon { order: -1; }
.btn { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }
.btn-wrap { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align: start; align-items: flex-start; }
.btn:hover { background: rgb(20, 134, 223); }
.btn-icon i { color: inherit; font-size: inherit; }
.section-btn .btn { background: var(--theme-color,#333); padding: 15px 43px; font-size: 14px; color: rgb(255, 255, 255); }
.section-btn .btn-icon { line-height: 1; }
.section-btn .btn-text { line-height: 1; }
.section-social .social-wrap { display: inline-flex; -webkit-box-align: center; align-items: center; flex-wrap: wrap; }
.section-social .social-item { background: var(--theme-color,#333); color: rgb(255, 255, 255); border-radius: 3px; padding: 10px; margin: 0px 15px 0px 0px; }
.section-social .social-item i { color: inherit; width: 1.5em; height: 1.5em; text-align: center; font-size: 23px; line-height: 1.5em; }
.section-social .social-item i::before { display: inline-block; vertical-align: middle; }
.section-img { text-align: center; font-size: 0px; }
.section-img .img { max-width: 100%; display: inline-block; }
.section-img .img-wrap { display: inline-block; }
.section-text .text { font-size: 14px; color: rgb(51, 51, 51); line-height: 34px; }
.section-count .count-wrap { display: flex; flex-wrap: wrap; }
.section-count .count-item { -webkit-box-flex: 0; flex: 0 0 auto; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
.section-count .count-img { max-width: 100%; display: block; }
.section-count .count-num, .section-count .count-unit { display: inline-block; vertical-align: top; }
.section-count .count-num { font-family: impact; font-size: 48px; }
.section-count .count-unit { font-size: 14px; margin: 6px 0px 0px; }
.section-count .count-title { font-size: 16px; text-align: center; }
.search-default form, .search-simple form { width: 100%; }
.search-default .search-input, .search-simple .search-input { -webkit-box-flex: 1; flex: 1 1 0%; height: 40px; font-size: 14px; color: rgb(153, 153, 153); background: rgb(249, 249, 249); border: none; min-width: 1px; }
.search-default .search-input::-webkit-input-placeholder, .search-simple .search-input::-webkit-input-placeholder { color: inherit; }
.search-default .search-input::placeholder, .search-simple .search-input::placeholder { color: inherit; }
.search-default .input-search-wrap { display: flex; -webkit-box-align: stretch; align-items: stretch; }
.search-default .search-input { padding: 0px 12px; }
.search-default .search-btn { border: none; background: var(--theme-color,#333); border-radius: 0px; padding: 0px 11px; color: rgb(255, 255, 255); max-width: 300px; }
.search-default .search-btn i { color: inherit; }
.search-simple .search-input { display: flex; width: 100%; -webkit-box-align: center; align-items: center; }
.search-simple .search-input input { height: 100%; border: none; background: 0px 0px; color: inherit; width: 100%; border-radius: 0px; }
.search-simple .search-input input:focus { outline: 0px; }
.search-simple .search-input input::-webkit-input-placeholder { color: inherit; }
.search-simple .search-input input::placeholder { color: inherit; }
.search-simple .search-input .search-simple-btn { padding: 0px 8px 0px 16px; }
.search-full { text-align: center; }
.search-full form { width: 100%; }
.search-full .search-btn { background: var(--theme-color,#333); padding: 12px; display: inline-block; color: rgb(255, 255, 255); font-size: 16px; }
.search-full .search-btn i { font-size: inherit; color: inherit; }
.search-full-wrap { display: flex; overflow: hidden; border: 0px solid transparent; min-height: 50px; transition: all 0.3s ease 0s; -webkit-box-align: center; align-items: center; position: fixed; z-index: 9998; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100vh; padding: 0px 15%; background-color: rgba(0, 0, 0, 0.8); }
.search-full-wrap:not(.search-full-screen) { overflow: hidden; opacity: 0; transform: scale(0); }
.search-full-wrap .search-input { height: 60px; border-top: none; border-right: none; border-left: none; border-image: initial; border-bottom: 1px solid rgb(255, 255, 255); background: 0px 0px; color: rgb(153, 153, 153); width: 100%; border-radius: 0px; text-align: center; font-size: 50px; }
.search-full-wrap .search-input:focus { outline: 0px; }
.search-full-wrap .search-input::-webkit-input-placeholder { color: inherit; }
.search-full-wrap .search-input::placeholder { color: inherit; }
.search-full-wrap .close-screen { position: absolute; right: 30px; top: 30px; cursor: pointer; }
.search-full-wrap .close-screen i { font-size: 20px; color: rgb(255, 255, 255); }
.search-mobile-close, .search-mobile-open { display: none; font-size: 18px; padding: 7px 12px; }
.mobile-style { display: none; }
.pc-style { display: block; }
@media (max-width: 768px) {
  .mobile-popup-full { text-align: center; }
  .mobile-popup-full .text-align-mobile-left { text-align: left; }
  .mobile-popup-full .text-align-mobile-center { text-align: center; }
  .mobile-popup-full .text-align-mobile-right { text-align: right; }
  .mobile-popup-full form { width: 100%; }
  .mobile-popup-full .search-btn { background: rgb(88, 99, 107); padding: 12px; display: inline-block; color: rgb(255, 255, 255); font-size: 16px; }
  .mobile-popup-full .search-btn i { font-size: inherit; color: inherit; }
  .mobile-popup-full-wrap { display: flex; overflow: hidden; border: 0px solid transparent; min-height: 50px; transition: all 0.3s ease 0s; -webkit-box-align: center; align-items: center; position: fixed; z-index: 9998; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100vh; padding: 0px 15%; background-color: rgba(0, 0, 0, 0.8); }
  .mobile-popup-full-wrap:not(.search-full-screen) { overflow: hidden; opacity: 0; transform: scale(0); }
  .mobile-popup-full-wrap .search-input { height: 60px; border-top: none; border-right: none; border-left: none; border-image: initial; border-bottom: 1px solid rgb(255, 255, 255); background: 0px 0px; color: rgb(153, 153, 153); width: 100%; border-radius: 0px; text-align: center; font-size: 2em; }
  .mobile-popup-full-wrap .search-input:focus { outline: 0px; }
  .mobile-popup-full-wrap .search-input::-webkit-input-placeholder { color: inherit; }
  .mobile-popup-full-wrap .search-input::placeholder { color: inherit; }
  .mobile-popup-full-wrap .close-screen { position: absolute; right: 30px; top: 30px; cursor: pointer; }
  .mobile-popup-full-wrap .close-screen i { font-size: 20px; color: rgb(255, 255, 255); }
  .mobile-popup-full .mobile-style { display: block; }
  .mobile-popup-full .pc-style { display: none; }
}
.article-item > a { display: flex; width: 100%; }
.time-local-imgLeft .row-img-wrap, .time-local-imgRight .row-img-wrap { position: relative; }
.time-local-imgLeft .article-time, .time-local-imgRight .article-time { top: 0px; position: absolute; z-index: 9; }
.time-local-imgLeft .article-time { left: 0px; }
.time-local-imgRight .article-time { right: 0px; }
.time-local-left .article-time, .time-local-right .article-time { white-space: nowrap; }
.time-local-left .article-text, .time-local-right .article-text { -webkit-box-flex: 1; flex: 1 1 0%; min-width: 1px; }
.time-local-right .article-time { -webkit-box-ordinal-group: 6; order: 5; }
@media (min-width: 1024px) {
  .article-list-wrap { display: flex; -webkit-box-align: start; align-items: flex-start; }
  .article-list-wrap .inner-sort { width: 180px; margin-right: 20px; -webkit-box-flex: 0; flex: 0 0 auto; }
  .article-list-wrap .article-wrap { -webkit-box-flex: 1; flex: 1 1 0%; min-width: 1px; }
}
.section-article-list .article-item, .section-article-row .article-item { --margin-right:22px; }
.section-article-list .row-img-wrap, .section-article-row .row-img-wrap { margin-bottom: 15px; }
.section-article-list .row-img, .section-article-row .row-img { padding-bottom: 66.66%; }
.section-article-list .text-title, .section-article-row .text-title { font-size: 16px; color: rgb(51, 51, 51); line-height: 35px; -webkit-line-clamp: var(--line-clamp); }
.section-article-list .text-desc, .section-article-row .text-desc { font-size: 14px; color: rgb(136, 136, 136); margin-bottom: 13px; line-height: 1.5; -webkit-line-clamp: var(--line-clamp); }
.section-article-list .article-time, .section-article-row .article-time { font-size: 12px; color: rgb(102, 102, 102); }
.section-article-list .btn, .section-article-row .btn { padding: 10px 44px; background: var(--theme-color,#333); font-size: 14px; color: rgb(255, 255, 255); margin-top: 20px; }
.section-article-show .article-detail-img { text-align: center; margin: 0px auto; }
.section-article-show .article-detail-img img, .section-article-show .article-detail-img video { max-height: 100%; max-width: 100%; }
.section-article-show .effect-top { border-color: rgb(239, 239, 239); border-width: 1px; margin-bottom: 10px; overflow: hidden; }
.section-article-show .effect-top .swiper-slide { height: auto; }
.section-article-show .effect-top .swiper-slide video { width: 100%; height: 100%; display: block; }
.section-article-show .effect-top .swiper-slide a { display: block; height: 100%; text-align: center; font-size: 0px; }
.section-article-show .effect-top .swiper-slide a img { display: inline-block; max-width: 100%; max-height: 100%; vertical-align: middle; }
.section-article-show .effect-top .swiper-slide a::after { content: ""; display: inline-block; vertical-align: middle; height: 100%; width: 0px; }
.section-article-show .dot .swiper-pagination-bullet-active { background: var(--theme-color,#4fa3f1); }
.section-article-show .article-detail-list { overflow: hidden; }
.section-article-show .page-details-info { line-height: 30px; }
.section-article-show .page-details-info li.cate-list div { display: inline-block; }
.section-article-show .detail-cate-item { display: inline-block; vertical-align: middle; border-radius: 5px; background: rgb(238, 238, 238); padding: 0px 10px; margin-right: 5px; font-size: 14px; }
.section-article-show .detail-cate-item:last-child { margin-right: 0px; }
.section-article-show .detail-cate-item:hover { opacity: 0.9; }
.section-article-show .page-details-info-block li { display: block; }
.section-article-show .page-details-info-inline li { margin-right: 10px; display: inline-block; }
.prev-next { display: flex; -webkit-box-pack: justify; justify-content: space-between; }
.prev-next li { max-width: 50%; }
@media (max-width: 990px) {
  .section-article-show .article-detail-effect, .section-article-show .article-detail-img { float: none; width: 100%; margin: 0px 0px 15px; }
  .section-article-show .article-detail-effect .effect-top .swiper-slide { height: 200px; }
  .section-article-show .prev-next { display: block; }
  .section-article-show .prev-next li { max-width: 100%; }
}
.detail-share .social-share-icon { margin-right: 10px; }
.detail-share .social-share-icon:last-child { margin-right: 0px; }
.section-article-show .article-show-title { font-size: 20px; color: rgb(51, 51, 51); margin: 0px 0px 10px; }
.section-article-show .page-details-info { font-size: 14px; color: rgb(102, 102, 102); }
.section-article-show .article-show-summary { border-radius: 2px; background: rgb(245, 245, 245); padding: 20px 13px; margin-bottom: 20px; font-size: 14px; line-height: 2; color: rgb(51, 51, 51); margin-top: 40px; }
.section-article-show .page-details-body { font-size: 14px; line-height: 36px; color: rgb(51, 51, 51); padding-bottom: 50px; border-style: none; border-width: 0px 0px 1px; border-color: rgb(220, 220, 220); margin-bottom: 20px; }
.section-article-show .page-details-body img { max-width: 100%; width: auto !important; height: auto !important; }
.detail-share-wrap { margin-bottom: 10px; }
.detail-share-title { font-size: 14px; line-height: 21px; color: rgb(27, 31, 46); }
.section-article-show .article-url { font-size: 14px; line-height: 21px; color: rgb(27, 31, 46); margin-bottom: 10px; }
.section-article-show .article-tags { font-size: 14px; line-height: 21px; color: rgb(27, 31, 46); margin-bottom: 10px; display: flex; -webkit-box-align: center; align-items: center; flex-wrap: wrap; }
.section-article-show .article-tags a { padding: 5px 24px; display: inline-block; vertical-align: middle; background: rgb(238, 238, 238); border-radius: 20px; --margin-right:10px; }
.section-article-show .article-tags a:last-child { margin-right: 0px; }
.section-article-show .article-tags a:hover { background: rgb(239, 239, 239); }
.prev-next { font-size: 14px; color: rgb(27, 31, 46); line-height: 21px; }
.detail-files { margin-bottom: 15px; }
.detail-files h3 { font-size: 14px; color: rgb(51, 51, 51); margin-bottom: 15px; }
.detail-files a { display: flex; -webkit-box-align: center; align-items: center; line-height: 20px; font-size: 14px; color: rgb(51, 51, 51); }
.detail-files a:not(:last-child) { margin-bottom: 15px; }
.detail-files a:hover { color: var(--theme-color); }
.detail-files a img { width: 12px; margin-right: 5px; }
.section-blog-show .title, .section-page-show .title { text-align: center; }
.section-blog-show .title h2, .section-page-show .title h2 { font-size: 18px; color: rgb(0, 0, 0); }
.section-blog-show .title p, .section-page-show .title p { margin: 10px 0px; }
.section-blog-show .content, .section-page-show .content { margin: 10px 0px; }
.section-breadcrumb .widget-container * { display: inline; vertical-align: middle; }
.section-breadcrumb .breadcrumb-item { font-size: 14px; color: rgb(255, 255, 255); }
.section-breadcrumb .decollator i { font-size: inherit; color: inherit; }
.section-breadcrumb .current-title { color: rgb(136, 136, 136); }
.section-carousel .swiper-slide > a { display: block; position: relative; }
.carousel-img { height: 500px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.carousel-img video { width: 100%; height: 100%; object-fit: cover; }
.section-carousel .swiper-inner { position: absolute; left: 0px; right: 0px; bottom: 0px; top: 0px; display: flex; padding: 50px; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; text-align: center; }
.section-carousel .swiper-inner.Hpos-flex-start { -webkit-box-pack: start !important; justify-content: flex-start !important; }
.section-carousel .swiper-inner.Hpos-flex-end { -webkit-box-pack: end !important; justify-content: flex-end !important; }
.section-carousel .swiper-inner.Hpos-center { -webkit-box-pack: center !important; justify-content: center !important; }
.section-carousel .swiper-inner.Vpos-flex-start { -webkit-box-align: start !important; align-items: flex-start !important; }
.section-carousel .swiper-inner.Vpos-flex-end { -webkit-box-align: end !important; align-items: flex-end !important; }
.section-carousel .swiper-inner.Vpos-center { -webkit-box-align: center !important; align-items: center !important; }
.section-carousel .swiper-inner.textAlign-left { text-align: left !important; }
.section-carousel .swiper-inner.textAlign-center { text-align: center !important; }
.section-carousel .swiper-inner.textAlign-right { text-align: right !important; }
.section-carousel .text-wrap { max-width: 60%; }
.section-carousel .text-title { font-size: 32px; line-height: 36px; font-weight: 700; color: rgb(51, 51, 51); margin-bottom: 25px; }
.section-carousel .text-desc { font-size: 18px; color: rgb(51, 51, 51); line-height: 36px; margin-bottom: 34px; }
.section-carousel .btn { display: inline-flex; background: var(--theme-color,#333); padding: 9px 40px; font-size: 18px; color: rgb(255, 255, 255); -webkit-box-align: center; align-items: center; }
.section-carousel .btn:hover { background: rgb(102, 102, 102); }
.section-carousel .btn-icon i { color: inherit; font-size: inherit; }
.section-carousel .btn.icon-align-right .btn-icon { -webkit-box-ordinal-group: 5; order: 4; }
.section-carousel .btn.icon-align-left .btn-icon { order: -1; }
.section-carousel .swiper-container .swiper-pagination { position: absolute; }
.swiper-container .arrow { font-size: 25px; color: rgb(51, 51, 51); width: auto; height: auto; }
.swiper-container .dot { margin-bottom: 10px; bottom: 0px !important; }
.swiper-container .dot span { background-clip: content-box; }
.dot .swiper-pagination-bullet { opacity: 1; border-radius: 50%; }
.dot .swiper-pagination-bullet-active { background: var(--theme-color,#4fa3f1); }
.category-item > a { display: flex; }
.category-ul > li ul li { padding: 0px 10px; }
.category-ul > li ul li a { font-size: 14px; color: rgb(102, 102, 102); line-height: 2; }
.category-ul .decollator { display: inline-block; vertical-align: middle; }
.category-inline { display: flex; -webkit-box-align: center; align-items: center; }
.section-category .category-item { text-align: center; }
.section-category .row-img-wrap { margin-bottom: 15px; }
.section-category .text-wrap { text-align: center; }
.section-category .text-title { font-size: 16px; line-height: 35px; -webkit-line-clamp: var(--line-clamp); }
.section-category .text-desc { font-size: 14px; -webkit-line-clamp: var(--line-clamp); }
.section-category .decollator:last-child { display: none; }
.inner-sort-item:not(.active):hover a:visited { color: inherit !important; }
.section-form { overflow: hidden; }
.section-form-wrap { --row-space:10px; --column-space:15px; display: flex; flex-wrap: wrap; margin-left: calc(var(--row-space)*-0.5); margin-right: calc(var(--row-space)*-0.5); }
.section-form .form-button { padding-left: calc(var(--row-space)/2); padding-right: calc(var(--row-space)/2); }
.section-form .form-item { padding-left: calc(var(--row-space)/2); padding-right: calc(var(--row-space)/2); margin-bottom: var(--column-space); position: relative; }
.section-form .form-item input:focus, .section-form .form-item select:focus, .section-form .form-item textarea:focus { outline: 0px; }
.section-form .form-item input.n-invalid, .section-form .form-item select.n-invalid, .section-form .form-item textarea.n-invalid { border-color: red; }
.section-form .form-item textarea { resize: none; line-height: 30px; }
.section-form .form-item .err-msg { position: absolute; right: 20px; top: 10px; }
.section-form .form-item .err-msg .n-right { margin-top: 2px; }
.section-form .form-item .err-msg .n-right .msg-wrap { margin-left: 0px; }
.section-form .form-item .err-msg .n-right .n-msg { vertical-align: middle; }
.section-form .form-item .err-msg .n-error .n-icon { display: inline-block; height: 1em; width: 1em; box-sizing: border-box; text-indent: -9999px; vertical-align: middle; position: relative; }
.section-form .form-item .err-msg .n-error .n-icon::after, .section-form .form-item .err-msg .n-error .n-icon::before { content: ""; box-sizing: inherit; position: absolute; left: 50%; top: 50%; }
.section-form .form-item .err-msg .n-error .n-icon::before { width: 90%; border-top: 2px solid; transform: translate(-50%, -50%) rotate(45deg); }
.section-form .form-item .err-msg .n-error .n-icon::after { height: 90%; border-left: 2px solid; transform: translate(-50%, -50%) rotate(45deg); }
.section-form .form-title { font-size: 14px; color: rgb(51, 51, 51); line-height: 30px; display: flex; -webkit-box-align: center; align-items: center; }
.section-form .form-title .required { color: red; margin-right: 5px; }
.section-form .form-input { border-width: 1px; border-style: none; border-color: rgb(102, 102, 102); height: 48px; padding: 0px 10px; font-size: 14px; color: rgb(68, 68, 68); width: 100%; }
.section-form .form-input::-webkit-input-placeholder { color: rgb(145, 145, 145); }
.section-form .form-input::placeholder { color: rgb(145, 145, 145); }
.section-form .form-input:focus { outline: 0px; }
.section-form .textarea { height: 106px; }
.section-form .input-captcha-wrap { display: flex; -webkit-box-align: center; align-items: center; }
.section-form .input-captcha-wrap input { -webkit-box-flex: 1; flex: 1 1 0%; }
.section-form .form-button { width: 100%; }
.section-form .form-button button[type="submit"] { background: 0px 0px; border: none; outline: 0px; }
.section-form .btn { display: flex; background: var(--theme-color,#333); padding: 14px 20px; font-size: 16px; color: rgb(255, 255, 255); -webkit-box-align: center; align-items: center; }
.section-form .btn:hover { background: rgb(102, 102, 102); }
.section-form .btn-icon i { color: inherit; font-size: inherit; }
@media (max-width: 99999px) and (min-width: 1025px) {
  .section-form .form-button.text-align-justify button[type="submit"] { display: block; width: 100%; cursor: pointer; }
  .section-form .form-button.text-align-justify button[type="submit"] .btn-wrap { display: block; }
  .section-form .form-button.text-align-justify button[type="submit"] .btn { -webkit-box-pack: center; justify-content: center; }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .section-form .form-button.text-align-ipad-justify button[type="submit"] { display: block; width: 100%; }
  .section-form .form-button.text-align-ipad-justify button[type="submit"] .btn-wrap { display: block; }
  .section-form .form-button.text-align-ipad-justify button[type="submit"] .btn { -webkit-box-pack: center; justify-content: center; }
}
@media (max-width: 767px) {
  .section-form .form-button.text-align-mobile-justify button[type="submit"] { display: block; width: 100%; }
  .section-form .form-button.text-align-mobile-justify button[type="submit"] .btn-wrap { display: block; }
  .section-form .form-button.text-align-mobile-justify button[type="submit"] .btn { -webkit-box-pack: center; justify-content: center; }
}
.gallery-item > a { display: flex; width: 100%; }
.section-gallery .gallery-item { text-align: center; }
.section-gallery .row-img { padding-bottom: 75%; }
.section-gallery .text-title { font-size: 16px; line-height: 2; -webkit-line-clamp: var(--line-clamp); }
.section-gallery .text-desc { font-size: 14px; line-height: 1.5; -webkit-line-clamp: var(--line-clamp); }
@media (min-width: 990px) {
  .inner-sort-mobile { display: none; }
  .inner-sort-close { display: none; }
}
.inner-sort-ul-0 > li:last-child .inner-sort-item { }
.inner-sort { border-width: 1px; border-color: rgb(220, 220, 220); }
.inner-sort * { user-select: none; }
.inner-sort ul { display: none; }
.inner-sort li { position: relative; font-size: 16px; color: rgb(51, 51, 51); }
.inner-sort li a { color: inherit; }
.inner-sort li .inner-sort-arrow { width: 20px; text-align: center; }
.inner-sort li.on > ul { display: block; }
.inner-sort .inner-sort-item { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; padding: 10px; line-height: 1.5; }
.inner-sort .inner-sort-item.active, .inner-sort .inner-sort-item:hover { color: var(--theme-color); }
.inner-sort .inner-sort-item a { -webkit-box-flex: 1; flex: 1 1 0%; min-width: 1px; margin-right: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.inner-sort .inner-sort-ul-0 { display: block; }
.inner-sort-ul-1 li, .inner-sort-ul-2 li { font-size: 14px; }
.inner-sort-ul .inner-sort-item-0 { padding-left: 10px; }
.inner-sort-ul .inner-sort-item-1 { padding-left: 20px; }
.inner-sort-ul .inner-sort-item-2 { padding-left: 30px; }
.inner-sort-ul .inner-sort-item-3 { padding-left: 40px; }
.inner-sort-ul .inner-sort-item-4 { padding-left: 50px; }
.inner-sort-ul .inner-sort-item-5 { padding-left: 60px; }
.inner-sort-ul .inner-sort-item-6 { padding-left: 70px; }
.inner-sort-ul .inner-sort-item-7 { padding-left: 80px; }
.inner-sort-ul .inner-sort-item-8 { padding-left: 90px; }
.inner-sort-ul .inner-sort-item-9 { padding-left: 100px; }
.inner-sort-ul .inner-sort-item-10 { padding-left: 110px; }
@media (max-width: 990px) {
  .inner-sort { font-size: 0px; border: none !important; width: 100% !important; margin-right: 0px !important; }
  .inner-sort.on .inner-sort-wrap { transition: all 0.5s ease 0s; opacity: 1; transform: translate(0px); visibility: visible; z-index: 9999; }
  .inner-sort-mobile { line-height: 40px; overflow: hidden; color: rgb(51, 51, 51); display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; font-size: 21px; margin-bottom: 15px; }
  .inner-sort-close { position: absolute; right: 10px; top: 10px; z-index: 99999; }
  .inner-sort-close i { font-size: 21px; color: rgb(255, 255, 255); }
  .inner-sort-wrap { position: fixed; z-index: 69; left: 0px; width: 100%; top: 0px; height: 100vh; opacity: 0; transform: translate(-100%); visibility: hidden; }
  .inner-sort-wrap::before { position: absolute; content: ""; left: 0px; right: 0px; bottom: 0px; top: 0px; background: rgba(0, 0, 0, 0.4); }
  .inner-sort-arrow { width: 30px; text-align: center; }
  .inner-sort ul { display: none; }
  .inner-sort ul li { font-size: 12px; }
  .inner-sort ul li a { display: inline-block; width: calc(100% - 30px); }
  .inner-sort ul li.on > ul { display: block; }
  .inner-sort .inner-sort-ul-0 { display: block; height: 100%; width: 70%; overflow-x: hidden; background: rgba(255, 255, 255, 0.9); position: relative; z-index: 99999; }
}
.section-kefu { right: 20px; bottom: 200px; z-index: 101; position: fixed !important; }
.section-kefu .mobile-kefu { display: none; }
.kefu-item { --row-space:0px; position: relative; }
.kefu-item:not(:first-child) { margin-top: var(--row-space); }
.kefu-item::before { position: absolute; content: ""; top: 0px; bottom: 0px; width: 10px; left: -10px; opacity: 0; }
.kefu-item .li-wrap { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 50%; padding: 10px; overflow: hidden; cursor: pointer; background-color: rgba(163, 172, 183, 0.8); box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px; }
.kefu-icon { display: block; font-size: 20px; width: 1.125em; text-align: center; height: 1.125em; overflow: hidden; color: rgb(255, 255, 255); }
.kefu-item .hover-box { background: rgb(255, 255, 255); position: absolute; top: 0px; width: 180px; right: calc(100% + 10px); border: 1px solid rgb(245, 245, 245); border-radius: 5px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px; display: none; }
.kefu-item .hover-box-title { padding: 9px 12px; background: rgb(246, 246, 246); font-size: 14px; color: rgb(59, 74, 99); }
.kefu-item .service-box-list { padding: 12px 0px; }
.kefu-item .service-box-list a { display: flex; -webkit-box-align: center; align-items: center; height: 32px; padding-left: 16px; }
.kefu-item .service-box-list a img { max-width: 20px; margin-right: 10px; }
.kefu-item .service-box-list a span { font-size: 14px; color: rgb(59, 74, 99); }
.kefu-item .service-box-list a:hover { background: rgb(244, 246, 249); }
.kefu-item .service-box-list .mobile-qq { display: none; }
.kefu-item .ewm-box { padding: 10px 0px 0px; margin: 0px auto; text-align: center; display: block; width: 150px; height: 150px; font-size: 0px; }
.kefu-item .ewm-box img, .kefu-item .ewm-box::after { display: inline-block; vertical-align: middle; }
.kefu-item .ewm-box img { max-width: 100%; max-height: 100%; }
.kefu-item .ewm-box::after { content: ""; height: 100%; }
.kefu-item .ewm-box-desc { text-align: center; font-size: 14px; line-height: 25px; padding-bottom: 5px; }
.kefu-item:hover .li-wrap { background: rgb(163, 172, 183); }
.kefu-item:hover .hover-box { display: block; }
@media (max-width: 1024px) {
  .kefu-item .service-box-list .pc-qq { display: none; }
  .kefu-item .service-box-list .mobile-qq { display: flex; }
}
@media (max-width: 990px) {
  .service-list { display: none; }
  .section-kefu { right: 0px; }
  .section-kefu .mobile-kefu { display: block; }
  .section-kefu .mobile-kefu-open { width: 40px; height: 40px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 20px 0px 0px 20px; background: rgba(208, 214, 222, 0.85); }
  .section-kefu .mobile-kefu-open i { font-size: 22px; color: rgb(255, 255, 255); }
  .section-kefu .mobile-kefu-box { position: fixed; z-index: 9; top: 0px; left: 0px; width: 100vw; height: 100vh; overflow: auto; padding-top: 20px; background: rgb(255, 255, 255); transform: translateX(100%); opacity: 0; visibility: hidden; transition: all 0.5s ease 0s; }
  .section-kefu .mobile-kefu-box-title { font-size: 16px; color: rgb(59, 74, 99); margin-bottom: 30px; padding: 0px 20px; }
  .section-kefu .mobile-kefu-box-title::before { content: ""; width: 2px; height: 12px; background: rgb(0, 123, 252); display: inline-block; vertical-align: middle; margin-right: 10px; }
  .section-kefu .mobile-kefu-box-close { position: absolute; right: 20px; top: 20px; font-size: 16px; color: rgb(149, 158, 173); }
  .section-kefu .mobile-kefu.on .mobile-kefu-box { transform: translateX(0px); opacity: 1; visibility: visible; }
  .section-kefu .mobile-kefu-service-list { padding: 0px 20px 20px; border-bottom: 1px solid rgb(225, 228, 235); }
  .section-kefu .mobile-kefu-service-list a { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; height: 44px; background: rgb(239, 242, 246); border-radius: 3px; }
  .section-kefu .mobile-kefu-service-list a:not(:last-child) { margin-bottom: 15px; }
  .section-kefu .mobile-kefu-service-list a img { max-width: 20px; margin-right: 10px; }
  .section-kefu .mobile-kefu-service-list a span { font-size: 14px; color: rgb(59, 74, 99); }
  .section-kefu .mobile-kefu-ewm { padding: 10px 20px; }
  .section-kefu .mobile-kefu-ewm h4 { font-size: 14px; color: rgb(59, 74, 99); line-height: 40px; text-align: center; font-weight: 400; margin: 0px; }
  .section-kefu .mobile-kefu-ewm-img { text-align: center; }
  .section-kefu .mobile-kefu-ewm-img img { max-width: 100%; }
}
.section-language-selector .lang-dropdown { display: inline-block; position: relative; }
.section-language-selector .lang-dropdown.on .lang-dropdown-menu { display: block; }
.section-language-selector .lang-dropdown-toggle { padding: 10px 14px; border-width: 1px; border-style: none; border-color: rgb(51, 51, 51); font-size: 14px; color: rgb(51, 51, 51); cursor: default; display: flex; -webkit-box-align: center; align-items: center; }
.section-language-selector .lan-icon { margin-left: 24px; }
.section-language-selector .lang-dropdown-menu { position: absolute; right: 0px; background: rgb(255, 255, 255); box-shadow: rgba(51, 51, 51, 0.16) 0px 3px 6px; display: none; z-index: 9; padding: 10px; text-align: left; }
.section-language-selector .menu-text { display: flex; -webkit-box-align: center; align-items: center; font-size: 14px; color: rgb(51, 51, 51); line-height: 30px; padding: 0px 15px; white-space: nowrap; }
.section-language-selector .menu-text:hover { color: rgb(1, 64, 153); }
.section-language-selector .text { font-size: 14px; color: rgb(51, 51, 51); display: inline-flex; -webkit-box-align: center; align-items: center; }
.section-language-selector .text:hover { color: rgb(1, 64, 153); }
.section-language-selector .flag { width: 18px; height: 18px; border-radius: 50%; margin-right: 6px; }
.section-language-selector .lang-normal { display: inline-flex; -webkit-box-align: center; align-items: center; }
.section-language-selector .lang-normal .decollator:last-child { display: none; }
.section-language-selector .decollator { font-size: 12px; }
.map-content { height: 338px; }
.section-map .widget-container { overflow: hidden; }
.mobile-nav-mobileIcon { display: none; text-align: right; }
.mobile-nav-mobileIcon .mobile-open { font-size: 20px; color: rgb(51, 51, 51); }
.mobile-nav-mobileIcon .mobile-close { display: none; font-size: 20px; color: rgb(51, 51, 51); }
.nav-first .decollator { display: inline-block; vertical-align: middle; }
.nav-first .decollator:last-child { display: none; }
@media (max-width: 768px) {
  .nav-first .decollator { display: none; }
}
.nav-first-item.on .nav-second { display: block; }
.nav-first-icon { position: relative; }
.nav-second { display: none; position: absolute; }
.nav-second-item.on .nav-third { display: block; }
.nav-second-icon { position: relative; }
.nav-third { position: absolute; z-index: 100; display: none; }
.mobile-dropdown { display: none; }
@media (min-width: 768px) {
  .section-nav .direction-v .nav-first { position: relative; }
  .section-nav .direction-v .nav-first-item { position: relative; display: block; }
  .section-nav .direction-v .nav-second-item { position: relative; }
  .section-nav .direction-v .nav-second, .section-nav .direction-v .nav-third { position: absolute; left: 100%; z-index: 9; top: 0px; width: 100%; }
  .section-nav .direction-h .nav-first { -webkit-box-align: center; align-items: center; flex-wrap: wrap; display: flex !important; }
  .section-nav .direction-h .nav-first-item { position: relative; }
  .section-nav .direction-h .nav-second { position: absolute; left: 0px; z-index: 9; }
  .section-nav .direction-h .nav-second-item { position: relative; display: block; }
  .section-nav .direction-h .nav-second .nav-icon { margin-right: 5px; }
  .section-nav .direction-h .nav-second-name { position: relative; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; }
  .section-nav .direction-h .nav-second-name p { -webkit-box-flex: 1; flex: 1 1 0%; min-width: 1px; }
  .section-nav .direction-h .nav-second-name .pc-dropdown { margin-left: 5px; }
  .section-nav .direction-h .nav-third { position: absolute; top: 0px; left: 100%; width: 100%; z-index: 9; }
  .section-nav .direction-h .nav-third-item { display: block; }
}
.section-nav .direction-h, .section-nav .direction-v { position: relative; }
.section-nav .nav-first-item { font-size: 16px; margin: 0px 15px; }
@media (max-width: 1024px) {
  .section-nav .nav-first-item { margin: 0px; }
}
.section-nav .nav-first-name { display: block; padding: 12px; }
@media (max-width: 1024px) {
  .section-nav .nav-first-name { padding: 12px 20px; }
}
.section-nav .nav-second { width: 130%; background: rgb(255, 255, 255); }
@media (min-width: 1025px) {
  .section-nav .nav-second { box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 1px; }
}
@media (max-width: 1024px) {
  .section-nav .nav-second { background: rgb(255, 255, 255); }
}
.section-nav .nav-second-item { color: rgb(51, 51, 51); font-size: 14px; }
.section-nav .nav-second-name { display: block; padding: 10px 15px; }
@media (max-width: 1024px) {
  .section-nav .nav-second-name { padding: 10px 30px; }
}
.section-nav .nav-second-item:hover { background: rgb(245, 245, 245); }
.section-nav .nav-third { background: rgb(255, 255, 255); }
@media (min-width: 1025px) {
  .section-nav .nav-third { box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 1px; }
}
@media (max-width: 1024px) {
  .section-nav .nav-third { background: rgb(255, 255, 255); }
}
.section-nav .nav-third-item { font-size: 14px; color: rgb(102, 102, 102); }
.section-nav .nav-third-name { display: block; padding: 10px 15px; }
@media (max-width: 1024px) {
  .section-nav .nav-third-name { padding: 10px 0px 10px 45px; }
}
.section-nav .nav-third-item:hover { background: rgb(245, 245, 245); }
@media (max-width: 768px) {
  .pc-dropdown { display: none; }
  .mobile-dropdown { display: block; }
  .mobile-nav-mobileIcon { display: block; }
  .section-nav .direction-h, .section-nav .direction-v { position: static; }
  .nav-first { display: none; position: absolute; z-index: 99; background: rgb(255, 255, 255); left: 0px; width: 100%; top: 100%; }
  .nav-first-item { position: relative; }
  .nav-first-item .mobile-dropdown { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); }
  .nav-first-name { width: calc(100% - 40px); display: inline-block; }
  .nav-second { background: rgb(239, 239, 239); z-index: 99; position: static; width: 100% !important; }
  .nav-second-name { width: calc(100% - 35px); display: inline-block; padding-left: 10px; }
  .nav-second-item { position: relative; }
  .nav-second-item .mobile-dropdown { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); }
  .nav-third { position: static; width: 100% !important; }
  .nav-third-name { padding-left: 20px; display: block; }
  .mobile-none .nav-first-item { display: inline-block; vertical-align: top; margin: 0px 10px; position: relative; }
  .mobile-none .nav-second { position: absolute; left: 0px; z-index: 9; width: 120px; background: rgb(239, 239, 239); }
  .mobile-none .nav-second-item { padding-left: 10px; line-height: 30px; }
  .mobile-none .nav-second-name { display: inline-block; width: calc(100% - 25px); }
  .mobile-none .nav-third { position: absolute; left: 100%; top: 0px; z-index: 9; width: 120px; background: rgb(204, 204, 204); }
  .mobile-none .nav-third-item { padding-left: 10px; }
  .mobile-hide .nav-first { display: none; }
}
.nav-first-item:hover a:visited, .nav-second-item:hover a:visited, .nav-third-item:hover a:visited { color: inherit !important; }
.product-item > a { display: flex; width: 100%; }
.img-pos-top { flex-wrap: wrap; }
.img-pos-top .row-img-wrap { width: 100%; }
.img-pos-top .product-text { -webkit-box-flex: 1; flex: 1 1 0%; min-width: 1px; }
.img-pos-left, .img-pos-right { display: flex; width: 100%; -webkit-box-pack: justify; justify-content: space-between; }
.img-pos-left .row-img-wrap, .img-pos-right .row-img-wrap { width: 50%; -webkit-box-flex: 0; flex: 0 0 auto; }
.img-pos-left .product-text, .img-pos-right .product-text { -webkit-box-flex: 1; flex: 1 1 0%; min-width: 1px; }
.img-pos-right .row-img-wrap { -webkit-box-ordinal-group: 3; order: 2; }
.section-product-row .row-img-wrap { margin-bottom: 15px; }
.section-product-row .product-text { text-align: center; }
.section-product-row .text-title { font-size: 16px; line-height: 35px; -webkit-line-clamp: var(--line-clamp); }
.section-product-row .text-desc { font-size: 14px; color: rgb(136, 136, 136); margin-bottom: 13px; line-height: 1.5; -webkit-line-clamp: var(--line-clamp); }
.section-product-row .btn { font-size: 14px; background: var(--theme-color,#333); color: rgb(255, 255, 255); padding: 12px 44px; }
@media (min-width: 1024px) {
  .product-list-wrap { display: flex; -webkit-box-align: start; align-items: flex-start; }
  .product-list-wrap .inner-sort { width: 180px; margin-right: 20px; -webkit-box-flex: 0; flex: 0 0 auto; }
  .product-list-wrap .product-wrap { -webkit-box-flex: 1; flex: 1 1 0%; min-width: 1px; }
}
.paging { display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; margin-top: 20px; }
.paging a { -webkit-box-flex: 0; flex: 0 0 auto; border: 1px solid rgb(213, 213, 213); font-size: 14px; color: rgb(51, 51, 51); margin: 0px 6px; cursor: pointer; width: 3em; line-height: 3em; text-align: center; }
.paging a:not(.active):hover { background: rgb(51, 51, 51); border-color: rgb(51, 51, 51); color: rgb(255, 255, 255); }
.paging a.page-num-current { background: rgb(51, 51, 51); border-color: rgb(51, 51, 51); color: rgb(255, 255, 255); }
.paging a.disabled { cursor: not-allowed; opacity: 0.7; }
@media (max-width: 990px) {
  .paging { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
  .paging .paging-left { margin-bottom: 10px; }
  .paging .page-item { margin: 0px 1px; }
  .paging .page-link { width: 2.3em; height: 2.3em; line-height: 2.4em; }
}
@media screen and (max-width: 400px) {
  .paging li.page-item { display: none; }
  .paging .page-item.active, .paging .page-item.disabled, .paging .page-item:first-child, .paging .page-item:last-child, .paging .page-item:nth-child(2), .paging .page-item:nth-last-child(2) { display: block; }
}
.section-product-list .row-img-wrap { margin-bottom: 15px; }
.section-product-list .product-text { text-align: center; }
.section-product-list .text-title { font-size: 16px; line-height: 35px; -webkit-line-clamp: var(--line-clamp); }
.section-product-list .text-desc { font-size: 14px; margin-bottom: 15px; line-height: 25px; -webkit-line-clamp: var(--line-clamp); }
.section-product-list .btn { font-size: 14px; background: var(--theme-color,#333); color: rgb(255, 255, 255); padding: 12px 44px; }
.section-product-show .product-detail-img { float: left; width: 45%; margin-right: 5%; font-size: 0px; text-align: center; }
.section-product-show .product-detail-img img { max-height: 100%; max-width: 100%; }
.section-product-show .product-detail-img video { max-height: 100%; max-width: 100%; }
.section-product-show .product-detail-img img, .section-product-show .product-detail-img::after { display: inline-block; vertical-align: middle; }
.section-product-show .product-detail-img::after { content: ""; height: 100%; }
.section-product-show .product-detail-effect { --product-thumbs-height:360px; }
.section-product-show .effect-top { border-width: 1px; border-style: none; border-color: rgb(239, 239, 239); margin-bottom: 10px; height: var(--product-thumbs-height); display: flex; -webkit-box-align: center; align-items: center; justify-content: space-around; }
.section-product-show .effect-top .swiper-slide { height: auto; }
.section-product-show .effect-top .swiper-slide video { width: 100%; height: 100%; display: block; }
.section-product-show .effect-top .swiper-slide a { display: block; height: 100%; text-align: center; font-size: 0px; }
.section-product-show .effect-top .swiper-slide a img { display: inline-block; max-width: 100%; max-height: 100%; vertical-align: middle; }
.section-product-show .effect-top .swiper-slide a::after { content: ""; display: inline-block; vertical-align: middle; height: 100%; width: 0px; }
.section-product-show .swiper-container-vertical { height: var(--product-thumbs-height); }
.section-product-show .effect-thumbs-item { border-width: 1px; border-style: none; border-color: rgb(239, 239, 239); --active-border-thumb-color:var(--theme-color, #4FA3F1); width: 100px; height: 70px; overflow: hidden; }
.section-product-show .swiper-slide-thumb-active { border-style: solid; border-color: var(--active-border-thumb-color); }
.section-product-show .effect-thumbs .swiper-slide { cursor: pointer; }
.section-product-show .effect-thumbs .swiper-slide img { object-fit: cover; position: absolute; left: 0px; width: 100%; height: 100%; top: 0px; }
@media (min-width: 990px) {
  .section-product-show .product-detail-list { overflow: hidden; }
}
.section-product-show .product-detail-list .cate-list div { display: inline-block; vertical-align: middle; }
.section-product-show .product-detail-tab { margin-top: 30px; }
.section-product-show .hd > ul { display: flex; overflow-x: auto; flex-wrap: nowrap !important; }
.section-product-show .hd > ul::-webkit-scrollbar { width: 1px; height: 5px; }
.section-product-show .hd > ul::-webkit-scrollbar-thumb { background: rgba(102, 102, 102, 0.5); }
.section-product-show .hd > ul::-webkit-scrollbar-track { background: rgba(238, 238, 238, 0.5); }
.section-product-show .hd li { -webkit-box-flex: 0; flex: 0 0 auto; }
.section-product-show .tab-title.active { font-weight: 700; color: rgb(51, 51, 51); }
.section-product-show .detail-cate-item { display: inline-block; vertical-align: middle; border-radius: 5px; background: rgb(238, 238, 238); padding: 0px 10px; margin-right: 5px; font-size: 14px; }
.section-product-show .detail-cate-item:last-child { margin-right: 0px; }
.section-product-show .detail-cate-item:hover { opacity: 0.9; }
.section-product-show .product-detail-text img { max-width: 100%; width: auto !important; height: auto !important; }
@media (max-width: 990px) {
  .section-product-show .product-detail-top { margin-bottom: 20px; }
  .section-product-show .product-detail-effect, .section-product-show .product-detail-img { float: none; width: 100%; margin: 0px 0px 15px; }
  .section-product-show .page-details-info li { display: block; }
  .section-product-show .prev-next { display: block; }
  .section-product-show .prev-next li { max-width: 100%; }
}
.section-product-show .product-show-title { font-size: 20px; }
.section-product-show .product-show-summary { font-size: 14px; line-height: 28px; padding-bottom: 20px; margin-bottom: 20px; border-width: 0px 0px 1px; border-style: none; border-color: rgb(221, 221, 221); }
.section-product-show .btn { font-size: 14px; background: var(--theme-color,#333); color: rgb(255, 255, 255); padding: 12px 44px; margin-top: 20px; }
.section-product-show .tab-title { font-size: 16px; color: rgb(102, 102, 102); padding: 15px 30px; }
.section-product-show .product-detail-text { display: none; padding: 20px; font-size: 14px; line-height: 30px; }
.section-product-show .product-detail-text.active { display: block; }
.section-product-show .tab-title { text-align: center; cursor: pointer; }
.section-product-show .page-details-info { font-size: 14px; color: rgb(102, 102, 102); line-height: 30px; }
.section-product-show .hd { border-style: none; border-width: 0px 0px 1px; border-color: rgb(221, 221, 221); }
.section-product-show .detail-cate-item { line-height: 30px; }
.section-product-show .product-url { font-size: 14px; line-height: 21px; color: rgb(27, 31, 46); margin-bottom: 10px; }
.section-product-show .product-tags { font-size: 14px; line-height: 21px; color: rgb(27, 31, 46); margin-bottom: 10px; display: flex; -webkit-box-align: center; align-items: center; flex-wrap: wrap; }
.section-product-show .product-tags a { padding: 5px 24px; display: inline-block; vertical-align: middle; background: rgb(238, 238, 238); border-radius: 20px; margin-right: 10px; }
.section-product-show .product-tags a:last-child { margin-right: 0px; }
.section-product-show .product-tags a:hover { background: rgb(239, 239, 239); }
.detail-vertical .product-detail-img { float: none; width: 100%; margin-right: 0px; margin-bottom: 15px; }
.detail-vertical .product-detail-list { width: 100%; }
.detail-left { display: flex; }
.detail-left .effect-top { -webkit-box-flex: 1; flex: 1 1 0%; -webkit-box-ordinal-group: 3; order: 2; }
.detail-left .effect-thumbs { margin-right: 10px; }
.detail-right { display: flex; }
.detail-right .effect-top { -webkit-box-flex: 1; flex: 1 1 0%; }
.detail-right .effect-thumbs { margin-left: 10px; }
.related-title { color: rgb(51, 51, 51); margin-bottom: 40px; padding-bottom: 16px; border-width: 0px 0px 1px; border-style: none; border-color: rgb(221, 221, 221); position: relative; }
.related-title span { display: inline-block; font-size: 18px; line-height: 24px; }
.section-related-article .article-item { --margin-right:60px; }
.section-related-article .article-text { color: rgb(51, 51, 51); line-height: 36px; margin-right: 10px; }
.section-related-article .text-title { font-size: 16px; -webkit-line-clamp: var(--line-clamp); }
.section-related-article .text-desc { font-size: 14px; -webkit-line-clamp: var(--line-clamp); }
.section-related-article .article-time { font-size: 12px; color: rgb(102, 102, 102); line-height: 36px; }
.section-related-article .btn { display: flex; font-size: 14px; background: var(--theme-color,#333); color: rgb(255, 255, 255); padding: 12px 44px; }
.section-related-article .btn-text { line-height: 1; }
.section-related-article .btn-icon { line-height: 1; }
.section-related-product .row-img-wrap { margin-bottom: 15px; }
.section-related-product .product-text { text-align: center; }
.section-related-product .text-title { font-size: 16px; line-height: 35px; -webkit-line-clamp: var(--line-clamp); }
.section-related-product .text-desc { font-size: 14px; margin-bottom: 15px; line-height: 1.5; -webkit-line-clamp: var(--line-clamp); }
.section-related-product .btn { display: flex; font-size: 14px; background: var(--theme-color,#333); color: rgb(255, 255, 255); padding: 12px 44px; }
.support { display: inline-block; line-height: 32px; color: rgba(250, 248, 248, 0.4); }
.support a { position: relative; display: inline-block; height: 32px; }
.support a img { height: 32px; width: auto; position: absolute; top: 50%; margin-top: -16px; }
.support a:hover { color: rgb(255, 255, 255); }
.support a span.support-span { padding-left: 40px; }
.section-thumb-row .thumb-list li, .section-thumb-row .thumb-row-list li { width: calc(25% - 12px); margin-right: 16px; margin-bottom: 16px; float: left; }
.section-thumb-row .thumb-list li:nth-of-type(4n), .section-thumb-row .thumb-row-list li:nth-of-type(4n) { margin-right: 0px; }
.section-thumb-row .thumb-list li .img, .section-thumb-row .thumb-row-list li .img { text-align: center; display: block; width: 100%; height: 200px; font-size: 0px; }
.section-thumb-row .thumb-list li .img img, .section-thumb-row .thumb-list li .img::after, .section-thumb-row .thumb-row-list li .img img, .section-thumb-row .thumb-row-list li .img::after { display: inline-block; vertical-align: middle; }
.section-thumb-row .thumb-list li .img img, .section-thumb-row .thumb-row-list li .img img { max-width: 100%; max-height: 100%; }
.section-thumb-row .thumb-list li .img::after, .section-thumb-row .thumb-row-list li .img::after { content: ""; height: 100%; }
.section-thumb-row .thumb-list li .content h3, .section-thumb-row .thumb-row-list li .content h3 { text-align: center; font-size: 16px; }
.section-thumb-row .thumb-list li .content .summary, .section-thumb-row .thumb-row-list li .content .summary { font-size: 14px; line-height: 1.5; color: rgb(102, 102, 102); margin-top: 10px; }
.section-thumb-row .thumb-list li a, .section-thumb-row .thumb-row-list li a { display: block; }
@media (max-width: 990px) {
  .section-thumb-row .thumb-list li, .section-thumb-row .thumb-row-list li { width: calc(50% - 10px); margin-right: 20px; margin-bottom: 20px; }
  .section-thumb-row .thumb-list li:nth-of-type(2n), .section-thumb-row .thumb-row-list li:nth-of-type(2n) { margin-right: 0px; }
}
.video embed, .video iframe, .video video { display: block; width: 100%; height: 100%; border: none; }
.video .video-icon { width: 55px; height: 55px; position: absolute; left: 0px; right: 0px; bottom: 0px; top: 0px; margin: auto; font-size: 55px; color: rgb(221, 221, 221); cursor: pointer; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }
.section-video .video { position: relative; height: 304px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; overflow: hidden; }
.section-video .video-inner { cursor: pointer; }
.section-video .video img { display: block; max-width: 100%; }
.video-popup { position: fixed; left: 0px; width: 100%; top: 0px; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 1000; transition: all 0.3s ease 0s; }
.video-popup:not(.video-popup-open) { overflow: hidden; opacity: 0; transform: scale(0); }
.video-popup-content { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; width: 90%; height: 80%; }
@media (max-width: 768px) {
  .video-popup-content { height: 50%; }
}
.video-popup-content video { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; border: none; }
.video-popup-content::after { content: ""; display: inline-block; vertical-align: middle; height: 100%; width: 0px; }
.video-popup-content embed, .video-popup-content iframe { display: block; width: 100%; height: 100%; }
.video-popup-close { position: absolute; right: 3%; top: 3%; font-size: 30px; color: rgb(255, 255, 255); cursor: pointer; }
.search-result-menu { border-bottom: 1px solid rgb(239, 239, 239); }
.search-result-tab-title { border: none; display: inline-block; width: 70px; line-height: 45px; text-align: center; font-size: 16px; margin-right: 20px; }
.search-result-tab-title.active { border-bottom: 3px solid; font-weight: 700; margin-bottom: -1px; }
.search-result-line { height: 1px; background: rgb(220, 220, 220); margin-top: 30px; }
.search-result-title { font-size: 16px; color: rgb(51, 51, 51); font-weight: 700; padding-top: 30px; }
.search-result-more { display: inline-block; font-size: 16px; background: var(--theme-color,#333); color: rgb(255, 255, 255); padding: 12px 44px; margin-top: 20px; margin-bottom: 20px; }
.search-article-list { margin-top: 20px; }
.search-article-list li { margin-bottom: 20px; }
.search-article-list li .img-wrap { float: left; width: 162px; margin-right: 20px; }
.search-article-list li .img-wrap .img { width: 100%; overflow: hidden; padding-bottom: 100%; position: relative; }
.search-article-list li .img-wrap .img img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
.search-article-list li .text { overflow: hidden; }
.search-article-list-title { color: rgb(51, 51, 51); font-size: 16px; line-height: 50px; -webkit-line-clamp: var(--line-clamp); }
.search-article-list-summary { font-size: 14px; color: rgb(125, 128, 141); line-height: 40px; -webkit-line-clamp: var(--line-clamp); }
.search-article-list-time { font-size: 12px; color: rgb(125, 128, 141); line-height: 25px; display: block; }
.search-product-list { margin-top: 20px; }
.search-product-list li { float: left; width: calc(25% - 12px); margin-right: 16px; margin-bottom: 10px; }
.search-product-list li a { display: block; }
.search-product-list li a .img-wrap { display: block; border: 1px solid rgb(239, 239, 239); }
.search-product-list li a .img-wrap .img { width: 100%; overflow: hidden; padding-bottom: 100%; position: relative; }
.search-product-list li a .img-wrap .img img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
.search-product-list li:nth-of-type(4n) { margin-right: 0px; }
.search-product-list::after { content: ""; display: table; clear: both; }
.search-result-product-title { font-size: 16px; line-height: 50px; color: rgb(51, 51, 51); text-align: center; }
.search-result-more { font-size: 14px; }
.search-btn { text-align: center; }
@media (max-width: 990px) {
  .search-product-list li { width: calc(50% - 15px); margin-right: 15px; }
  .search-product-list li:nth-child(2n) { margin-right: 0px; }
  .search-result-product-title { font-size: 16px; line-height: 35px; }
  .search-result-more { padding: 8px 30px; margin-top: 10px; margin-bottom: 10px; }
  .search-article-list-title { font-size: 16px; line-height: 35px; }
  .search-article-list-summary { line-height: 1.7; }
  .search-article-list li .img-wrap { width: 115px; }
}
.tag-result-menu { border-bottom: 1px solid rgb(239, 239, 239); }
.tag-result-tab-title { border: none; display: inline-block; width: 70px; line-height: 45px; text-align: center; font-size: 16px; margin-right: 20px; }
.tag-result-tab-title.active { border-bottom: 3px solid; font-weight: 700; margin-bottom: -1px; }
.tag-result-line { height: 1px; background: rgb(220, 220, 220); margin-top: 30px; }
.tag-result-title { font-size: 16px; color: rgb(51, 51, 51); font-weight: 700; padding-top: 30px; }
.tag-result-more { display: inline-block; font-size: 14px; background: var(--theme-color,#333); color: rgb(255, 255, 255); padding: 12px 44px; margin-top: 20px; margin-bottom: 20px; }
.tag-article-list { margin-top: 20px; }
.tag-article-list li { margin-bottom: 20px; }
.tag-article-list li .img-wrap { float: left; width: 162px; margin-right: 20px; }
.tag-article-list li .img-wrap .img { width: 100%; overflow: hidden; padding-bottom: 100%; position: relative; }
.tag-article-list li .img-wrap .img img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
.tag-article-list li .text { overflow: hidden; }
.tag-article-list-title { color: rgb(51, 51, 51); font-size: 16px; line-height: 50px; -webkit-line-clamp: var(--line-clamp); }
.tag-article-list-summary { font-size: 14px; color: rgb(125, 128, 141); line-height: 40px; -webkit-line-clamp: var(--line-clamp); }
.tag-article-list-time { font-size: 12px; color: rgb(125, 128, 141); line-height: 25px; display: block; }
.tag-product-list { margin-top: 20px; }
.tag-product-list li { float: left; width: calc(25% - 12px); margin-right: 16px; margin-bottom: 10px; }
.tag-product-list li a { display: block; }
.tag-product-list li a .img-wrap { display: block; border: 1px solid rgb(239, 239, 239); }
.tag-product-list li a .img-wrap .img { width: 100%; overflow: hidden; padding-bottom: 100%; position: relative; }
.tag-product-list li a .img-wrap .img img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
.tag-product-list li:nth-of-type(4n) { margin-right: 0px; }
.tag-product-list::after { content: ""; display: table; clear: both; }
.tag-result-product-title { font-size: 16px; line-height: 50px; color: rgb(51, 51, 51); text-align: center; }
.search-btn { text-align: center; }
.tag-sort { padding: 20px 0px; font-size: 16px; font-weight: 700; }
.tag-sort-item { display: inline-block; font-size: 14px; margin-right: 20px; font-weight: 400; }
@media (max-width: 990px) {
  .tag-product-list li { width: calc(50% - 15px); margin-right: 15px; }
  .tag-product-list li:nth-child(2n) { margin-right: 0px; }
  .tag-result-product-title { font-size: 16px; line-height: 35px; }
  .tag-result-more { padding: 8px 30px; margin-top: 10px; margin-bottom: 10px; }
  .tag-article-list-title { font-size: 16px; line-height: 35px; }
  .tag-article-list-summary { line-height: 1.7; }
  .tag-article-list li .img-wrap { width: 115px; }
}
.section-box.float-fix:not([editor]), .section-box.is-float:not([editor]) { position: absolute; z-index: 999; }
[class^="fix-place-"] { position: relative; z-index: -1; }
@media (max-width: 1024px) {
  .section-box { position: relative; }
}
@media (max-width: 768px) {
  .section-box { position: relative; }
}
.section-column { display: flex; }
.section-column > .widget-container { width: 100%; padding: 10px; }
.section-box .box-container, .section-inner-box > .widget-container { display: flex; }
@media (max-width: 1025px) {
  .section-box .box-container, .section-inner-box > .widget-container { flex-wrap: wrap; }
  .section-column { width: 100%; }
}
.pane .box-container { margin: 0px auto; max-width: var(--container-width); }
.height-adapt-screen .box-container { height: 100vh; }
.height-min-height .box-container { min-height: 400px; }
.section-headline .headline { font-size: 32px; font-weight: 700; margin: 0px; }
.section-tab-box { overflow: hidden; position: relative; }
.section-tab-box .tab-tag { display: flex; margin-bottom: 10px; overflow-x: auto; padding-bottom: 5px; flex-wrap: nowrap !important; }
.section-tab-box .tab-tag::-webkit-scrollbar { width: 1px; height: 5px; }
.section-tab-box .tab-tag::-webkit-scrollbar-thumb { background: rgba(102, 102, 102, 0.5); }
.section-tab-box .tab-tag::-webkit-scrollbar-track { background: rgba(238, 238, 238, 0.5); }
.section-tab-box .tab-tag li { -webkit-box-flex: 0; flex: 0 0 auto; padding: 8px 20px; font-size: 14px; color: rgb(51, 51, 51); cursor: pointer; white-space: nowrap; margin-right: 6px; border-radius: 4px; }
.section-tab-box .tab-tag li.on { background: var(--theme-color,#333); font-weight: 700; color: rgb(255, 255, 255); }
.section-tab-box .tab-wrap { overflow: hidden; }
.section-tab-box .tab-content { display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; will-change: transform; transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s; }
.section-tab-box .tab-content > .section-column { visibility: hidden; flex-shrink: 0; width: 100%; transition: opacity 0.3s ease 0s; opacity: 1; outline: 0px; }
.section-tab-box .tab-content > .section-column.on { visibility: visible; }
.section-tab-box [class*="tag-pos-"] { display: flex; }
.tag-pos-bottom, .tag-pos-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
.tag-pos-bottom .tab-tag, .tag-pos-top .tab-tag { flex-wrap: wrap; -webkit-box-align: center; align-items: center; }
.tag-pos-left, .tag-pos-right { -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -webkit-box-align: start; align-items: flex-start; }
.tag-pos-left .tab-tag, .tag-pos-right .tab-tag { width: 220px; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
.tag-pos-left .tab-wrap, .tag-pos-right .tab-wrap { -webkit-box-flex: 1; flex: 1 1 0%; }
.tag-pos-bottom .tab-tag, .tag-pos-right .tab-tag { -webkit-box-ordinal-group: 13; order: 12; }
.img-box-wrap > a { display: flex; -webkit-box-align: center; align-items: center; }
.section-img-box .img img { max-width: 100%; display: block; }
.section-img-box .img-wrap { overflow: hidden; }
.section-img-box .text-title { font-size: 16px; line-height: 35px; -webkit-line-clamp: var(--line-clamp); }
.section-img-box .text-desc { font-size: 14px; line-height: 1.5; -webkit-line-clamp: var(--line-clamp); }
.section-interval .interval { height: 15px; position: relative; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }
.section-interval .divider { border-right: 0px; border-bottom: 0px; border-left: 0px; border-image: initial; width: 100%; display: inline; margin: 0px; --border-color:#a2a9b6; --border-width:1px; --border-style:solid; border-top: var(--border-width) var(--border-style) var(--border-color); }
.section-interval .divider.divider-content-wrap { display: flex; -webkit-box-align: center; align-items: center; border: none; }
.section-interval .divider.divider-content-wrap::before { display: block; content: ""; border-bottom: 0px; -webkit-box-flex: 1; flex-grow: 1; border-top: var(--border-width) var(--border-style) var(--border-color); -webkit-box-ordinal-group: 2; order: 1; }
.section-interval .divider.divider-content-wrap::after { display: block; content: ""; border-bottom: 0px; -webkit-box-flex: 1; flex-grow: 1; border-top: var(--border-width) var(--border-style) var(--border-color); -webkit-box-ordinal-group: 2; order: 1; }
.section-interval .divider.left .divider-content { -webkit-box-ordinal-group: 1; order: 0; }
.section-interval .divider.left::before { display: none !important; }
.section-interval .divider.right .divider-content { -webkit-box-ordinal-group: 3; order: 2; }
.section-interval .divider.right::after { display: none !important; }
.section-interval .divider-content { min-height: 15px; font-size: 15px; line-height: 1; max-width: 95%; -webkit-box-ordinal-group: 2; order: 1; }
.img-scale-zoomin .row-img-wrap { overflow: hidden; }
.img-scale-zoomin .row-img { transition: all 0.5s ease 0s; }
.img-scale-zoomin-preview .row-img, .img-scale-zoomin:hover .row-img { transform: scale(1.1); }
.img-scale-zoomout .row-img-wrap { overflow: hidden; }
.img-scale-zoomout .row-img { transition: all 0.5s ease 0s; transform: scale(1.1); }
.img-scale-zoomout-preview .row-img, .img-scale-zoomout:hover .row-img { transform: scale(1); }
.img-scale-zoomleft .row-img-wrap { overflow: hidden; }
.img-scale-zoomleft .row-img { transition: all 0.5s ease 0s; transform: scale(1); }
.img-scale-zoomleft-preview .row-img, .img-scale-zoomleft:hover .row-img { transform: translateX(-4%); }
.img-scale-zoomright .row-img-wrap { overflow: hidden; }
.img-scale-zoomright .row-img { transition: all 0.5s ease 0s; }
.img-scale-zoomright-preview .row-img, .img-scale-zoomright:hover .row-img { transform: translateX(4%); }
.img-scale-zoomup .row-img-wrap { overflow: hidden; }
.img-scale-zoomup .row-img { transition: all 0.5s ease 0s; }
.img-scale-zoomup-preview .row-img, .img-scale-zoomup:hover .row-img { transform: translateY(-4%); }
.img-scale-zoomdown .row-img-wrap { overflow: hidden; }
.img-scale-zoomdown .row-img { transition: all 0.5s ease 0s; }
.img-scale-zoomdown-preview .row-img, .img-scale-zoomdown:hover .row-img { transform: translateY(4%); }
.btn-water-wave { position: relative; overflow: hidden; }
.btn-water-wave::before { content: ""; position: absolute; display: block; transition: all 0.6s ease 0s; width: 100%; height: 0px; border-radius: 50%; left: 50%; top: 50%; padding-top: 100%; transform: translateX(-50%) translateY(-50%); }
.btn-water-wave-preview::before, .btn-water-wave:hover::before { animation: 0.75s ease 0s 1 normal none running button_style_0_anim; z-index: 1; }
@-webkit-keyframes button_style_0_anim { 
  0% { background: rgba(0, 0, 0, 0.25); transform: translateX(-50%) translateY(-50%) scale(0); }
  100% { background: 0px 0px; transform: translateX(-50%) translateY(-50%) scale(1); }
}
@keyframes button_style_0_anim { 
  0% { background: rgba(0, 0, 0, 0.25); transform: translateX(-50%) translateY(-50%) scale(0); }
  100% { background: 0px 0px; transform: translateX(-50%) translateY(-50%) scale(1); }
}
.btn-glass-flick { overflow: hidden; position: relative; }
.btn-glass-flick::after { content: ""; position: absolute; top: 0px; left: -200%; width: 200%; height: 100%; transform: skewX(-20deg); background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 90%); transition: all 0.2s ease 0s; }
.btn-glass-flick-preview::after, .btn-glass-flick:hover::after { animation: 1.6s ease 0s 1 normal none running shine; }
@-webkit-keyframes shine { 
  100% { left: 200%; }
}
@keyframes shine { 
  100% { left: 200%; }
}
.btn-grow { transition: all 0.2s ease 0s; }
.btn-grow-preview, .btn-grow:hover { transform: scale(1.1); }
@-webkit-keyframes btn-pulse { 
  25% { transform: scale(1.1); }
  75% { transform: scale(0.9); }
}
@keyframes btn-pulse { 
  25% { transform: scale(1.1); }
  75% { transform: scale(0.9); }
}
.btn-pulse { transition: all 0.2s ease 0s; transform: translateZ(0px); backface-visibility: hidden; }
.btn-pulse-preview, .btn-pulse:hover { animation-name: btn-pulse; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
@-webkit-keyframes btn-wobble { 
  16.65% { transform: translateY(8px); }
  33.3% { transform: translateY(-6px); }
  49.95% { transform: translateY(4px); }
  66.6% { transform: translateY(-2px); }
  83.25% { transform: translateY(1px); }
  100% { transform: translateY(0px); }
}
@keyframes btn-wobble { 
  16.65% { transform: translateY(8px); }
  33.3% { transform: translateY(-6px); }
  49.95% { transform: translateY(4px); }
  66.6% { transform: translateY(-2px); }
  83.25% { transform: translateY(1px); }
  100% { transform: translateY(0px); }
}
.btn-wobble { transform: translateZ(0px); backface-visibility: hidden; }
.btn-wobble-preview, .btn-wobble:hover { animation-name: btn-wobble; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: 1; }
@-webkit-keyframes btn-wobble-skew { 
  16.65% { transform: skew(-12deg); }
  33.3% { transform: skew(10deg); }
  49.95% { transform: skew(-6deg); }
  66.6% { transform: skew(4deg); }
  83.25% { transform: skew(-2deg); }
  100% { transform: skew(0deg); }
}
@keyframes btn-wobble-skew { 
  16.65% { transform: skew(-12deg); }
  33.3% { transform: skew(10deg); }
  49.95% { transform: skew(-6deg); }
  66.6% { transform: skew(4deg); }
  83.25% { transform: skew(-2deg); }
  100% { transform: skew(0deg); }
}
.btn-wobble-skew { transform: translateZ(0px); backface-visibility: hidden; }
.btn-wobble-skew-preview, .btn-wobble-skew:hover { animation-name: btn-wobble-skew; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: 1; }
@-webkit-keyframes btn-buzz-out { 
  10% { transform: translateX(3px) rotate(2deg); }
  20% { transform: translateX(-3px) rotate(-2deg); }
  30% { transform: translateX(3px) rotate(2deg); }
  40% { transform: translateX(-3px) rotate(-2deg); }
  50% { transform: translateX(2px) rotate(1deg); }
  60% { transform: translateX(-2px) rotate(-1deg); }
  70% { transform: translateX(2px) rotate(1deg); }
  80% { transform: translateX(-2px) rotate(-1deg); }
  90% { transform: translateX(1px) rotate(0deg); }
  100% { transform: translateX(-1px) rotate(0deg); }
}
@keyframes btn-buzz-out { 
  10% { transform: translateX(3px) rotate(2deg); }
  20% { transform: translateX(-3px) rotate(-2deg); }
  30% { transform: translateX(3px) rotate(2deg); }
  40% { transform: translateX(-3px) rotate(-2deg); }
  50% { transform: translateX(2px) rotate(1deg); }
  60% { transform: translateX(-2px) rotate(-1deg); }
  70% { transform: translateX(2px) rotate(1deg); }
  80% { transform: translateX(-2px) rotate(-1deg); }
  90% { transform: translateX(1px) rotate(0deg); }
  100% { transform: translateX(-1px) rotate(0deg); }
}
.btn-buzz-out { transform: translateZ(0px); backface-visibility: hidden; }
.btn-buzz-out-preview, .btn-buzz-out:hover { animation-name: btn-buzz-out; animation-duration: 0.75s; animation-timing-function: linear; animation-iteration-count: 1; }
.section-bottom-nav { display: none; overflow: hidden; }
.section-bottom-nav .widget-container { background-color: rgb(51, 51, 51); height: 50px; }
@media (max-width: 768px) {
  .bottom-nav-item > a { width: 100%; }
  .bottom-nav-item { color: rgb(255, 255, 255); -webkit-box-flex: 1; flex: 1 1 0%; border-color: rgb(255, 255, 255); }
  .bottom-nav-item .img { display: inline-block; }
  .bottom-nav-item .selected-img { display: none; }
  .bottom-nav-item.active { color: rgb(22, 147, 246); }
  .bottom-nav-item.active .img { display: none; }
  .bottom-nav-item.active .selected-img { display: inline-block; }
  .section-bottom-nav { right: 0px; left: 0px; bottom: 0px; z-index: 200; display: block; width: 100%; position: fixed !important; }
  .section-bottom-nav .bottom-nav-wrap { -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; flex-wrap: nowrap; width: 100%; height: 50px; }
  .section-bottom-nav .bottom-nav-item { text-align: center; }
  .section-bottom-nav .row-img { width: 100%; text-align: center; }
  .section-bottom-nav .row-img img { max-width: 24px; height: 24px; object-fit: contain; }
  .section-bottom-nav .text-title { font-size: 12px; line-height: 1.2; }
}
.easyzoom { position: relative; display: inline-block; }
.easyzoom img { vertical-align: bottom; }
.easyzoom.is-loading img { cursor: progress; }
.easyzoom.is-ready img { cursor: crosshair; }
.easyzoom.is-error img { cursor: not-allowed; }
.easyzoom-notice { position: absolute; top: 50%; left: 50%; z-index: 150; width: 10em; margin: -1em 0px 0px -5em; line-height: 2em; text-align: center; background: rgb(255, 255, 255); box-shadow: rgb(136, 136, 136) 0px 0px 10px; }
.easyzoom-flyout { position: absolute; z-index: 100; overflow: hidden; background: rgb(255, 255, 255); }
.easyzoom--overlay .easyzoom-flyout { top: 0px; left: 0px; width: 100%; height: 100%; }
.easyzoom--adjacent .easyzoom-flyout { top: 0px; left: 100%; width: 100%; height: 100%; margin-left: 20px; }
.msg-wrap, .n-icon, .n-inline-block, .n-msg, .nice-validator [contenteditable], .nice-validator input, .nice-validator select, .nice-validator textarea { display: inline-block; }
.nice-validator .msg-container .msg-box { display: block; }
.nice-validator .msg-container .msg-wrap { position: static; }
.msg-box { position: relative; }
.msg-wrap { position: relative; white-space: nowrap; line-height: 16px; font-size: 12px; }
.msg-wrap, .n-icon, .n-msg { vertical-align: top; }
.msg-box .msg-wrap .n-error, .msg-box .msg-wrap .n-ok, .msg-box .msg-wrap .n-tip { display: block; background: 0px center; box-shadow: none; padding: 3px 2px; }
.n-arrow { position: absolute; overflow: hidden; }
.n-arrow b, .n-arrow i { position: absolute; left: 0px; top: 0px; border: 0px; margin: 0px; padding: 0px; overflow: hidden; font-weight: 400; font-style: normal; font-size: 12px; font-family: serif; line-height: 14px; }
.n-arrow i { text-shadow: none; }
.n-icon { width: 16px; height: 16px; overflow: hidden; background-repeat: no-repeat; }
.n-msg { display: inline-block; margin-left: 1px; }
.n-error { color: rgb(204, 51, 51); }
.n-ok { color: rgb(51, 153, 0); }
.n-loading, .n-tip .n-msg { color: grey; }
.n-error .n-icon { background-position: 0px 0px; }
.n-ok .n-icon { background-position: -16px 0px; }
.n-tip .n-icon { background-position: -32px 0px; }
.n-bottom, .n-left, .n-right, .n-top { display: inline-block; line-height: 0; vertical-align: top; outline: 0px; }
.n-bottom .n-arrow, .n-top .n-arrow { height: 6px; width: 12px; left: 8px; }
.n-left .n-arrow, .n-right .n-arrow { width: 6px; height: 12px; top: 6px; }
.n-top { vertical-align: top; }
.n-top .msg-wrap { margin-bottom: 6px; }
.n-top .n-arrow { bottom: -6px; }
.n-top .n-arrow b { top: -6px; }
.n-top .n-arrow i { top: -7px; }
.n-bottom { vertical-align: bottom; }
.n-bottom .msg-wrap { margin-top: 6px; }
.n-bottom .n-arrow { top: -6px; }
.n-bottom .n-arrow b { top: -1px; }
.n-bottom .n-arrow i { top: 0px; }
.n-left .msg-wrap { right: 100%; margin-right: 6px; }
.n-left .n-arrow { right: -6px; }
.n-left .n-arrow b { left: -6px; }
.n-left .n-arrow i { left: -7px; }
.n-right .msg-wrap { margin-left: 6px; }
.n-right .n-arrow { left: -6px; }
.n-right .n-arrow b { left: 1px; }
.n-right .n-arrow i { left: 2px; }
.n-default .n-left, .n-default .n-right { margin-top: 5px; }
.n-default .n-top .msg-wrap { bottom: 100%; }
.n-default .n-bottom .msg-wrap { top: 100%; }
.n-default .msg-wrap { z-index: 1; }
.n-default .n-tip .n-icon { display: none; }
.n-simple .msg-wrap { position: absolute; z-index: 1; }
.n-simple .n-top .msg-wrap { bottom: 100%; }
.n-simple .n-bottom .msg-wrap { top: 100%; }
.n-simple .n-left, .n-simple .n-right { margin-top: 5px; }
.n-simple .n-bottom .msg-wrap { margin-top: 3px; }
.n-simple .n-tip .n-icon { display: none; }
.n-yellow .msg-wrap { position: absolute; z-index: 1; padding: 4px 6px; font-size: 12px; border: 1px solid rgb(255, 187, 118); background-color: rgb(255, 252, 239); color: rgb(219, 124, 34); box-shadow: rgb(204, 204, 204) 0px 1px 3px; border-radius: 2px; }
.n-yellow .msg-wrap .n-arrow b { color: rgb(255, 187, 118); text-shadow: rgb(204, 204, 204) 0px 0px 2px; }
.n-yellow .msg-wrap .n-arrow i { color: rgb(255, 252, 239); }
.n-yellow .n-top .msg-wrap { bottom: 100%; }
.n-yellow .n-bottom .msg-wrap { top: 100%; }
.n-yellow .n-loading, .n-yellow .n-ok, .n-yellow .n-tip { background-color: rgb(248, 253, 255); border-color: rgb(221, 221, 221); color: rgb(51, 51, 51); box-shadow: rgb(204, 204, 204) 0px 1px 3px; }
.n-yellow .n-loading .n-arrow b, .n-yellow .n-ok .n-arrow b, .n-yellow .n-tip .n-arrow b { color: rgb(221, 221, 221); text-shadow: rgb(204, 204, 204) 0px 0px 2px; }
.n-yellow .n-loading .n-arrow i, .n-yellow .n-ok .n-arrow i, .n-yellow .n-tip .n-arrow i { color: rgb(248, 253, 255); }
.lb-loader, .lightbox { text-align: center; line-height: 0; position: absolute; left: 0px; }
body.lb-disable-scrolling { overflow: hidden; }
.lightboxOverlay { position: absolute; top: 0px; left: 0px; z-index: 9999; background-color: rgb(0, 0, 0); opacity: 0.8; display: none; }
.lightbox { width: 100%; z-index: 10000; font-weight: 400; outline: 0px; }
.lightbox .lb-image { display: block; height: auto; max-width: inherit; max-height: none; border-radius: 3px; border: 4px solid rgb(255, 255, 255); }
.lightbox a img { border: none; }
.lb-outerContainer { position: relative; width: 250px; height: 250px; margin: 0px auto; border-radius: 4px; background-color: rgb(255, 255, 255); }
.lb-outerContainer::after { content: ""; display: table; clear: both; }
.lb-loader { top: 43%; height: 25%; width: 100%; }
.lb-cancel { display: block; width: 32px; height: 32px; margin: 0px auto; background: url("../images/loading.gif") no-repeat; }
.lb-nav { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; z-index: 10; }
.lb-container > .nav { left: 0px; }
.lb-nav a { outline: 0px; background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }
.lb-next, .lb-prev { height: 100%; cursor: pointer; display: block; }
.lb-nav a.lb-prev { width: 34%; left: 0px; float: left; background: url("../images/prev.png") left 48% no-repeat; opacity: 0; transition: opacity 0.6s ease 0s; }
.lb-nav a.lb-prev:hover { opacity: 1; }
.lb-nav a.lb-next { width: 64%; right: 0px; float: right; background: url("../images/next.png") right 48% no-repeat; opacity: 0; transition: opacity 0.6s ease 0s; }
.lb-nav a.lb-next:hover { opacity: 1; }
.lb-dataContainer { margin: 0px auto; padding-top: 5px; width: 100%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.lb-dataContainer::after { content: ""; display: table; clear: both; }
.lb-data { padding: 0px 4px; color: rgb(204, 204, 204); }
.lb-data .lb-details { width: 100%; text-align: left; line-height: 1.1; }
.lb-data .lb-closeContainer { display: none; }
.lb-data .lb-caption { font-size: 13px; font-weight: 700; line-height: 1em; }
.lb-data .lb-caption a { color: rgb(68, 170, 238); }
.lb-data .lb-number { display: block; text-align: center; clear: left; line-height: 30px; font-size: 14px; color: rgb(153, 153, 153); }
.lb-data .lb-close { display: block; float: right; width: 30px; height: 30px; background: url("../images/close.png") right top no-repeat; text-align: right; outline: 0px; opacity: 0.7; transition: opacity 0.2s ease 0s; }
.lb-data .lb-close:hover { cursor: pointer; opacity: 1; }
@media (max-width: 990px) {
  .lb-nav a.lb-prev { opacity: 1; }
  .lb-nav a.lb-next { opacity: 1; }
}
html { line-height: 1.15; text-size-adjust: 100%; }
body { margin: 0px; }
main { display: block; }
h1 { font-size: 2em; margin: 0.67em 0px; }
hr { box-sizing: content-box; height: 0px; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: 0px; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img {border-style: none;max-width: 100%;}
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0px; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[type="button"], [type="reset"], [type="submit"], button { appearance: button; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0px; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0px; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }
.detail-share, .detail-share-title { display: inline-block; vertical-align: middle; }
.detail-share * { font-family: "Font Awesome 5 Brands"; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }
.detail-share a { position: relative; text-decoration: none; margin: 4px; display: inline-block; outline: 0px; }
.icon-weibo::before { content: ""; }
.icon-qq::before { content: ""; }
.icon-wechat::before { content: ""; }
.icon-google::before { content: ""; }
.icon-twitter::before { content: ""; }
.icon-facebook::before { content: ""; }
.icon-linkedin::before { content: ""; }
.social-share a { position: relative; text-decoration: none; margin: 4px; display: inline-block; outline: 0px; }
.social-share .social-share-icon { position: relative; display: inline-block; width: 1.6em; height: 1.6em; font-size: 20px; border-radius: 50%; line-height: 1.6em; border-width: 1px; border-color: rgb(102, 102, 102); color: rgb(102, 102, 102); text-align: center; vertical-align: middle; transition: background 0.6s ease-out 0s; }
.social-share .social-share-icon:hover { background: rgb(102, 102, 102); color: rgb(255, 255, 255); }
.social-share .icon-weibo { color: rgb(255, 118, 59); border-color: rgb(255, 118, 59); }
.social-share .icon-weibo:hover { background: rgb(255, 118, 59); }
.social-share .icon-tencent { color: rgb(86, 182, 231); border-color: rgb(86, 182, 231); }
.social-share .icon-tencent:hover { background: rgb(86, 182, 231); }
.social-share .icon-qq { color: rgb(86, 182, 231); border-color: rgb(86, 182, 231); }
.social-share .icon-qq:hover { background: rgb(86, 182, 231); }
.social-share .icon-linkedin { color: rgb(0, 119, 181); border-color: rgb(0, 119, 181); }
.social-share .icon-linkedin:hover { background: rgb(0, 119, 181); }
.social-share .icon-facebook { color: rgb(68, 97, 157); border-color: rgb(68, 97, 157); }
.social-share .icon-facebook:hover { background: rgb(68, 97, 157); }
.social-share .icon-google { color: rgb(219, 68, 55); border-color: rgb(219, 68, 55); }
.social-share .icon-google:hover { background: rgb(219, 68, 55); }
.social-share .icon-twitter { color: rgb(85, 172, 238); border-color: rgb(85, 172, 238); }
.social-share .icon-twitter:hover { background: rgb(85, 172, 238); }
.social-share .icon-diandian { color: rgb(48, 125, 202); border-color: rgb(48, 125, 202); }
.social-share .icon-diandian:hover { background: rgb(48, 125, 202); }
.social-share .icon-wechat { position: relative; color: rgb(123, 197, 73); border-color: rgb(123, 197, 73); }
.social-share .icon-wechat:hover { background: rgb(123, 197, 73); }
.social-share .icon-wechat .wechat-qrcode { display: none; border: 1px solid rgb(238, 238, 238); position: absolute; z-index: 9; top: -205px; left: -84px; width: 200px; height: 192px; color: rgb(102, 102, 102); font-size: 12px; text-align: center; background-color: rgb(255, 255, 255); box-shadow: rgb(170, 170, 170) 0px 2px 10px; transition: all 0.2s ease 0s; }
.social-share .icon-wechat .wechat-qrcode.bottom { top: 40px; left: -84px; }
.social-share .icon-wechat .wechat-qrcode.bottom::after { display: none; }
.social-share .icon-wechat .wechat-qrcode h4 { font-weight: 400; height: 26px; line-height: 26px; font-size: 12px; background-color: rgb(243, 243, 243); margin: 0px; padding: 0px; color: rgb(119, 119, 119); }
.social-share .icon-wechat .wechat-qrcode .qrcode { width: 105px; margin: 10px auto; }
.social-share .icon-wechat .wechat-qrcode .qrcode table { margin: 0px !important; }
.social-share .icon-wechat .wechat-qrcode .help p { font-weight: 400; line-height: 16px; padding: 0px; margin: 0px; }
.social-share .icon-wechat .wechat-qrcode::after { content: ""; position: absolute; left: 50%; margin-left: -6px; bottom: -13px; width: 0px; height: 0px; border-width: 8px 6px 6px; border-style: solid; border-color: rgb(255, 255, 255) transparent transparent; }
.social-share .icon-wechat:hover .wechat-qrcode { display: block; }
@font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff"); font-weight: 400; font-style: normal; }
:root { --swiper-theme-color:#007aff; }
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0px; z-index: 1; }
.swiper-container-vertical > .swiper-wrapper { flex-direction: column; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0px, 0px); }
.swiper-container-multirow > .swiper-wrapper { flex-wrap: wrap; }
.swiper-container-multirow-column > .swiper-wrapper { flex-flow: column wrap; }
.swiper-container-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0px auto; }
.swiper-container-pointer-events { touch-action: pan-y; }
.swiper-container-pointer-events.swiper-container-vertical { touch-action: pan-x; }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }
.swiper-slide-invisible-blank { visibility: hidden; }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }
.swiper-container-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; }
.swiper-container-3d { perspective: 1200px; }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; pointer-events: none; z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-css-mode > .swiper-wrapper { overflow: auto; }
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start; }
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper { scroll-snap-type: x mandatory; }
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper { scroll-snap-type: y mandatory; }
:root { --swiper-navigation-size:44px; }
.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: calc(var(--swiper-navigation-size)/ 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size)/ 2)); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color,var(--swiper-theme-color)); }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }
.swiper-button-next::after, .swiper-button-prev::after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); letter-spacing: 0px; font-variant: initial; line-height: 1; text-transform: none !important; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 10px; right: auto; }
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after { content: "prev"; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 10px; left: auto; }
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after { content: "next"; }
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white { --swiper-navigation-color:#ffffff; }
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black { --swiper-navigation-color:#000000; }
.swiper-button-lock { display: none; }
.swiper-pagination { position: absolute; text-align: center; transition: opacity 0.3s ease 0s; transform: translate3d(0px, 0px, 0px); z-index: 10; }
.swiper-pagination.swiper-pagination-hidden { opacity: 0; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0px; width: 100%; }
.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0px; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33); }
.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: rgb(0, 0, 0); opacity: 0.2; }
button.swiper-pagination-bullet { border: none; margin: 0px; padding: 0px; box-shadow: none; appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }
.swiper-pagination-bullet:only-child { display: none !important; }
.swiper-pagination-bullet-active { opacity: 1; background: var(--swiper-pagination-color,var(--swiper-theme-color)); }
.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0px); }
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0px; display: block; }
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; }
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: transform 0.2s ease 0s, top 0.2s ease 0s; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 4px; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: transform 0.2s ease 0s, left 0.2s ease 0s; }
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: transform 0.2s ease 0s, right 0.2s ease 0s; }
.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color,var(--swiper-theme-color)); position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; }
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; }
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0px; top: 0px; }
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0px; top: 0px; }
.swiper-pagination-white { --swiper-pagination-color:#ffffff; }
.swiper-pagination-black { --swiper-pagination-color:#000000; }
.swiper-pagination-lock { display: none; }
.swiper-scrollbar { border-radius: 10px; position: relative; background: rgba(0, 0, 0, 0.1); }
.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }
.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }
.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0px; top: 0px; }
.swiper-scrollbar-cursor-drag { cursor: move; }
.swiper-scrollbar-lock { display: none; }
.swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; }
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; object-fit: contain; }
.swiper-slide-zoomed { cursor: move; }
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50% center; animation: 1s linear 0s infinite normal none running swiper-preloader-spin; box-sizing: border-box; border-radius: 50%; border-top-color: transparent; }
.swiper-lazy-preloader-white { --swiper-preloader-color:#fff; }
.swiper-lazy-preloader-black { --swiper-preloader-color:#000; }
@keyframes swiper-preloader-spin { 
  100% { transform: rotate(360deg); }
}
.swiper-container .swiper-notification { position: absolute; left: 0px; top: 0px; pointer-events: none; opacity: 0; z-index: -1000; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide { transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide { pointer-events: none; transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-container-cube { overflow: visible; }
.swiper-container-cube .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0px 0px; width: 100%; height: 100%; }
.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-cube.swiper-container-rtl .swiper-slide { transform-origin: 100% 0px; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index: 0; backface-visibility: hidden; }
.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100%; opacity: 0.6; z-index: 0; }
.swiper-container-cube .swiper-cube-shadow::before { content: ""; background: rgb(0, 0, 0); position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; filter: blur(50px); }
.swiper-container-flip { overflow: visible; }
.swiper-container-flip .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; }
.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; backface-visibility: hidden; }
.copyright { text-align: center; margin-top: 20px; color: rgb(153, 153, 153); }
.copyright a { }
.copyright p { line-height: 1.5; font-size: 14px; }
